32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"name": "workspace",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:architecture": "bash scripts/guard-all.sh",
|
|
"test:baseline": "node --test test/baseline/test-*.test.mjs",
|
|
"guard": "bash scripts/guard-all.sh",
|
|
"check:deprecations": "node scripts/check-deprecations.mjs",
|
|
"smoke": "node scripts/smoke-test.mjs",
|
|
"production-check": "bash scripts/production-check.sh",
|
|
"audit": "node scripts/audit-all.mjs",
|
|
"audit:agents": "node scripts/audit-agents.mjs",
|
|
"audit:governance": "node scripts/audit-governance.mjs",
|
|
"audit:portfolio": "node scripts/audit-portfolio.mjs",
|
|
"upgrade": "node scripts/upgrade-test.mjs",
|
|
"test": "node --test test/architecture/guard.test.mjs test/architecture/production-check.test.mjs",
|
|
"orchestrator": "node scripts/orchestrator.mjs",
|
|
"test:orchestrator": "node --test test/orchestrator.test.mjs",
|
|
"test:intake": "node --test test/project-intake-agent.test.mjs",
|
|
"test:composer": "node --test test/fullstack-composer-agent.test.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.10.0"
|
|
}
|
|
}
|