holy-agents / package.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/holy-agents
662ceed verified
Raw
History Blame Contribute Delete
473 Bytes
{
"name": "holy-agents",
"version": "0.1.0",
"description": "Faith-governed agent runtime for SnapKitty OS",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"test": "node --test dist/tests/*.test.js",
"start": "node dist/src/server.js",
"verify": "bash scripts/run_lean_check.sh",
"doctor": "node scripts/doctor.js"
},
"devDependencies": {
"typescript": "^5.5.0",
"@types/node": "^22.0.0"
}
}