-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 988 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
32
{
"name": "@xsai/workspace",
"version": "0.0.26",
"type": "module",
"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 --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config . --fix",
"test": "corepack pnpm -r --workspace-concurrency=1 test"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@importantimport/eslint-config": "1.0.0-alpha.2",
"@importantimport/tsconfig": "^0.1.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.1",
"automd": "^0.3.12",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"jiti": "^2.4.0",
"pkgroll": "^2.5.1",
"tsx": "^4.19.2",
"vitest": "^2.1.5"
}
}