generated from nei1ee/starter-ts
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
30 lines (30 loc) · 945 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
{
"name": "monorepo",
"version": "0.2.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"dev": "pnpm stub",
"build": "pnpm -r --filter=./packages/* run build && pnpm -r run build-post",
"release": "bumpp package.json packages/**/package.json",
"play:h5": "npm -C playground run dev:h5",
"play:build:h5": "npm -C playground run build:h5",
"play:mp-weixin": "npm -C playground run dev:mp-weixin",
"play:build:mp-weixin": "npm -C playground run build:mp-weixin",
"prepublishOnly": "nr build",
"test": "vitest",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "nr lint --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"bumpp": "^9.1.0",
"eslint": "^8.37.0",
"typescript": "^5.0.3",
"unbuild": "^1.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.8"
}
}