-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.32 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
{
"name": "miniflare2-fail",
"main": "dist/worker.js",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "yarn miniflare dist/worker.js --watch --debug --no-update-check --cf-fetch=dist/cf.json",
"push-production": "yarn wrangler publish --env production",
"push-staging": "yarn wrangler publish --env staging",
"build": "webpack",
"login": "yarn wrangler login",
"upgrade-yarn": "yarn set version latest",
"ui": "yarn upgrade-interactive"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.3.0",
"@types/jest": "^27.4.0",
"@types/service-worker-mock": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.4.7",
"miniflare": "^2.0.0",
"prettier": "^2.5.1",
"service-worker-mock": "^2.0.5",
"ts-jest": "^27.1.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@cloudflare/wrangler": "^1.19.7",
"itty-router": "^2.4.8",
"tslib": "^2.3.1"
}
}