-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.54 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.54 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": "clawos",
"version": "0.9.45.0",
"type": "module",
"scripts": {
"publish": "bun run scripts/publish-clawos.ts",
"publish:all": "bun run scripts/publish-clawos.ts",
"publish:installer": "bun run scripts/publish-clawos.ts --skip-config",
"publish:config": "bun run scripts/publish-clawos.ts --skip-installer",
"publish:json": "bun run scripts/publish-clawos.ts --skip-installer",
"publish:mcp": "bun run scripts/publish-mcp.ts",
"publish:mcp:all": "bun run scripts/publish-mcp.ts --all",
"publish:mcp:beta": "bun run scripts/publish-mcp.ts --release-channel=beta",
"release": "bun run scripts/release-clawos.ts --env=stable",
"release:stable": "bun run scripts/release-clawos.ts --env=stable",
"release:beta": "bun run scripts/release-clawos.ts --env=canary -- --release-channel=beta",
"release:canary": "bun run scripts/release-clawos.ts --env=canary -- --release-channel=canary",
"release:dev": "bun run scripts/release-clawos.ts --env=dev",
"bom-mcp:serve": "bash scripts/run-bom-mcp.sh serve",
"bom-mcp:doctor": "bash scripts/run-bom-mcp.sh doctor",
"electrobun:download": "cd app && bun run electrobun:download",
"test": "bun test test",
"prepare": "bash scripts/setup-git-hooks.sh"
},
"dependencies": {
"@openai/codex": "^0.115.0",
"json5": "^2.2.3",
"viem": "^2.46.3",
"xlsx": "0.18.5"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.16",
"daisyui": "^5.5.18",
"electrobun": "^1.13.1",
"png-to-ico": "^3.0.1",
"tailwindcss": "^4.1.16"
}
}