-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 900 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 900 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
{
"version": "0.1.0-beta.12",
"private": true,
"scripts": {
"bootstrap": "tsx scripts/bootstrap",
"docs:dev": "pnpm run --filter docs dev",
"docs:build": "pnpm run --filter docs build",
"build": "tsx scripts/turbo build",
"build:release": "tsx scripts/turbo --no-cache build",
"up": "taze major -I",
"dev": "tsx scripts/turbo dev",
"test": "tsx scripts/turbo test",
"release:ci": "tsx scripts/release",
"release": "bumpp package.json packages/**/package.json && pnpm -r publish"
},
"devDependencies": {
"@m9ch/eslint-config-all": "^0.3.2",
"@types/node": "^20.11.25",
"bumpp": "^9.4.0",
"consola": "^3.2.3",
"eslint": "^8.57.0",
"git-repo-info": "^2.1.1",
"taze": "^0.13.3",
"tsx": "^4.7.1",
"turbo": "^1.12.5",
"typescript": "^5.4.2",
"unbuild": "^2.0.0",
"vitest": "^1.3.1",
"zx": "^7.2.3"
}
}