-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 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
35
36
37
38
39
40
41
42
43
44
{
"name": "openreign-pro",
"version": "1.2.2",
"description": "OpenReign Pro - 基于三省六部制的 AI 多 Agent 协作框架",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"start": "node src/main.js",
"test": "turbo run test",
"lint": "turbo run lint",
"clean": "turbo run clean",
"install:wizard": "node scripts/install.js",
"postinstall": "node scripts/install.js",
"setup": "npm run install:wizard",
"start:server": "node apps/server/src/index.js",
"start:dashboard": "cd apps/dashboard && npm run dev"
},
"devDependencies": {
"turbo": "^2.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/openreign-pro.git"
},
"keywords": [
"openclaw",
"ai",
"agent",
"governance",
"dashboard",
"three-councils-six-ministries"
],
"author": "heykode",
"license": "MIT",
"main": "src/main.js"
}