-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 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
{
"name": "@orkait-ai/hyperstack",
"version": "1.0.0",
"description": "Disciplined MCP server + skill system. 12 plugins, 80 tools, 21 skills with adversarial enforcement. Designer/DESIGN.md pipeline, shadcn/ui, React Flow, Motion, Lenis, React 19, Echo, Go, Rust, design tokens, UI/UX.",
"bin": {
"hyperstack": "bin/hyperstack.mjs"
},
"type": "module",
"scripts": {
"build": "tsc --noEmit",
"compile:context": "tsx src/internal/compile-runtime-context.ts",
"test": "bun test",
"start": "bun src/index.ts",
"dev": "bun --watch src/index.ts",
"docker:run": "bun scripts/ensure-singleton.ts",
"skills:index": "tsx scripts/generate-skills-index.ts",
"mcp:start": "bun scripts/start-mcp.ts",
"setup": "tsx scripts/setup.ts"
},
"author": "Orkait",
"license": "MIT",
"engines": {
"node": ">=18"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0",
"tsx": "^4.21.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.5.0"
}
}