-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "@nephelaiio/worker-deploy",
"type": "module",
"version": "0.2.4",
"description": "CLI helpers for Cloudflare Worker management",
"main": "dist/deploy.cjs",
"repository": {
"type": "git",
"url": "https://github.com/nephelaiio/node-worker-deploy.git"
},
"bin": {
"worker-deploy": "./dist/deploy.cjs"
},
"author": "Teodoro Cook <[email protected]>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230404.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"cloudflare-cli": "^4.2.0",
"eslint": "^8.40.0",
"msw": "^1.2.1",
"prettier": "^2.8.8",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1",
"webpack-obfuscator": "^3.5.1",
"webpack-shell-plugin-next": "^2.3.1"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@nephelaiio/logger": "^0.0.5",
"commander": "^10.0.1",
"dotenv": "^16.3.1",
"isomorphic-git": "^1.23.0",
"octokit": "^2.0.14",
"winston": "^3.9.0",
"wrangler": "^3.0.1"
}
}