forked from MyBooty165/providers-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 918 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
{
"name": "providers-api",
"version": "1.1.2",
"private": true,
"type": "module",
"scripts": {
"build": "wrangler deploy --dry-run --outdir dist",
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@movie-web/providers": "^2.2.0",
"@tsndr/cloudflare-worker-jwt": "^2.3.2",
"@types/jsonwebtoken": "^9.0.5",
"esbuild": "^0.19.10",
"hono": "^3.11.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231121.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.0.1",
"wrangler": "^3.21.0"
}
}