forked from cloudflare/workerd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 673 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 673 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
31
32
{
"name": "@cloudflare/workerd-root",
"private": true,
"scripts": {},
"dependencies": {
"prettier": "^3.8.1",
"typescript": "6.0.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"capnp-es": "0.0.14",
"chrome-remote-interface": "^0.34.0",
"esbuild": "^0.27.4",
"eslint": "^10.1.0",
"expect-type": "^1.3.0",
"typescript-eslint": "^8.57.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
],
"packageExtensions": {
"@opennextjs/cloudflare": {
"dependencies": {
"esbuild": "^0.27.4"
}
}
}
},
"packageManager": "pnpm@10.32.1"
}