-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
39
40
{
"name": "context-os",
"version": "1.13.2",
"type": "module",
"private": true,
"packageManager": "npm@11.11.0",
"description": "Enterprise-grade intelligence layer for autonomous AI agents.",
"workspaces": [
"workspace-cli",
"workspace-mcp",
"workspace-dashboard",
"packages/core"
],
"scripts": {
"sync:assets": "node scripts/sync-templates.js",
"build": "turbo run build",
"test": "turbo run test",
"validate": "turbo run validate --",
"link:all": "npm run build && npm link -w @context-os/cli && npm link -w @context-os/mcp",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/exec": "^7.0.0",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^11.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.10",
"@types/ws": "^8.18.1",
"husky": "^9.1.7",
"lint-staged": "^15.0.0",
"semantic-release": "^24.0.0",
"turbo": "^2.9.5"
},
"dependencies": {
"better-sqlite3": "^12.8.0"
}
}