-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 925 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
31
{
"name": "@xsai/workspace",
"type": "module",
"version": "0.1.0-beta.5",
"private": true,
"packageManager": "[email protected]",
"repository": "github:moeru-ai/xsai",
"scripts": {
"build": "corepack pnpm -r build",
"build:watch": "corepack pnpm -r build:watch",
"bump": "bumpp",
"docs:dev": "corepack pnpm -rF @xsai/docs dev",
"docs:generate-files": "corepack pnpm -rF @xsai/docs generate-files",
"lint": "eslint --cache .",
"test": "corepack pnpm -r --workspace-concurrency=1 test"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@importantimport/eslint-config": "^1.0.0-beta.0",
"@importantimport/tsconfig": "^1.0.0-beta.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.12.0",
"automd": "^0.3.12",
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1",
"tsx": "^4.19.2",
"vitest": "^3.0.4"
}
}