-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 832 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://json.schemastore.org/package",
"name": "vxgithub",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev",
"lint": "prettier --check . && eslint src --ext mjs,js,ts,tsx --format=pretty",
"format": "prettier --write . && eslint src --ext mjs,js,ts,tsx --fix --format=pretty",
"build:ci": "tsc --noEmit"
},
"dependencies": {
"common-tags": "^1.8.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230724.0",
"@octokit/types": "^11.1.0",
"@types/common-tags": "^1",
"eslint": "^8.45.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"itty-router": "^4.0.14",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"wrangler": "^3.4.0"
},
"packageManager": "yarn@4.0.0-rc.48"
}