-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "scms-starter-kit",
"version": "1.0.0",
"description": "Sparse Contextual Memory Scaffolding - Production-ready starter kit",
"scripts": {
"validate": "node scripts/validate-setup.js",
"checkpoint:monitor": "node scripts/checkpoint-monitor.js",
"checkpoint:parse": "node scripts/parse-checkpoints.js",
"checkpoint:watch": "node scripts/parse-checkpoints.js --watch",
"dashboard": "npm run validate && node scripts/launch-dashboard.js",
"dashboard:app": "npm run validate && electron electron/dashboard-main.js"
},
"dependencies": {
"clipboardy": "^3.0.0"
},
"devDependencies": {
"electron": "^28.0.0"
},
"keywords": ["scms", "ai", "memory", "optimization", "cost-tracking"],
"author": "AIalchemistART",
"license": "MIT"
}