-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 871 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 871 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
{
"name": "aibou",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build -w packages/core && npm run build -w packages/adapter-claude -w packages/bunshin -w packages/plugin-minesweeper && npm run build -w packages/demo",
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm test --workspaces --if-present",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aibou-dev/aibou.git"
},
"homepage": "https://aibou.dev",
"author": "aibou-dev contributors",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@playwright/test": "^1.58.2",
"playwright": "^1.58.2",
"typescript": "^5.9.3"
}
}