forked from ryanccn/nixpkgs-dev
-
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) · 987 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 987 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
{
"name": "nixpkgs-dev",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"build": "esbuild src/index.ts --outfile=dist/index.js --metafile=dist/metafile.json --format=esm --bundle --minify-whitespace --minify-syntax --platform=browser --target=es2024",
"dev": "wrangler dev",
"check": "tsc -noEmit",
"lint": "eslint ."
},
"dependencies": {
"hono": "^4.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@ryanccn/eslint-config": "^0.4.1",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^56.0.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"wrangler": "^3.80.1"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}