-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
48 lines (48 loc) · 1.42 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
45
46
47
48
{
"name": "pkg-pr-new",
"private": true,
"version": "0.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "pnpm -r run dev",
"build": "pnpm -r run build",
"publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --template './templates/*' --peerDeps",
"format": "prettier --write --cache .",
"lint": "eslint --cache .",
"typecheck": "tsc -p scripts --noEmit && pnpm -r --parallel run typecheck",
"release": "tsx script/release.ts",
"test": "tsx e2e/publish.test.mts"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"@types/node": "^20.14.2",
"@vitejs/release-scripts": "^1.3.1",
"cross-env": "^7.0.3",
"esbuild": "^0.20.2",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"ohash": "^1.1.3",
"pkg-pr-new": "workspace:^",
"prettier": "^3.2.5",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"uncrypto": "^0.1.3",
"wait-port": "^1.1.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
},
"dependencies": {
"wrangler": "^3.57.1"
},
"packageManager": "[email protected]+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f"
}