-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
35 lines (35 loc) · 862 Bytes
/
package.json
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
31
32
33
34
35
{
"name": "cf-workers",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"new": "tsx ./scripts/new.ts",
"exec": "tsx ./scripts/run.ts",
"lint": "eslint . --ext .ts"
},
"devDependencies": {
"@aliuq/eslint-config": "^0.0.5",
"@cloudflare/workers-types": "^4.20221111.1",
"@iarna/toml": "^3.0.0",
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.18",
"dotenv": "^16.0.3",
"eslint": "^8.32.0",
"execa": "^6.1.0",
"fs-extra": "^11.1.0",
"get-port": "^6.1.2",
"handlebars": "^4.7.7",
"inquirer": "^9.1.4",
"kolorist": "^1.6.0",
"ora": "^6.1.2",
"semver": "^7.3.8",
"toml": "^3.0.0",
"tsx": "^3.12.2",
"typescript": "^4.9.4",
"unbuild": "^1.1.1",
"wrangler": "2.7.1"
}
}