-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "@xsai/workspace",
"type": "module",
"version": "0.4.3",
"private": true,
"packageManager": "pnpm@10.28.2",
"repository": "github:moeru-ai/xsai",
"scripts": {
"build": "turbo build",
"build:packages": "turbo -F=!./docs build",
"bump": "bumpp",
"docs:dev": "pnpm -rF @xsai/docs dev",
"lint": "moeru-lint .",
"test": "pnpm -r --workspace-concurrency=1 test",
"test:speech": "pnpm -r test:speech",
"test:transcription": "pnpm -r test:transcription"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@moeru/eslint-config": "catalog:",
"@moeru/tsconfig": "catalog:",
"@pnpm/find-workspace-dir": "catalog:",
"@types/eslint": "catalog:",
"@types/node": "catalog:",
"@vitest/coverage-v8": "catalog:",
"automd": "catalog:",
"bumpp": "catalog:",
"eslint": "catalog:",
"eslint-plugin-oxlint": "catalog:",
"oxlint": "catalog:",
"pkgroll": "catalog:",
"tsdown": "catalog:",
"tsx": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}