Files
brain/package.json
T

29 lines
754 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "claude-brain",
"version": "0.1.0",
"private": true,
"description": "Управляющий слой Claude (router / mentor / observer / registry / enforcement-машинерия M1M7)",
"scripts": {
"test:tools": "npx vitest run --config vitest.config.tools.mjs",
"brain:dashboard": "node tools/brain-dashboard-server.mjs"
},
"devDependencies": {
"vitest": "^4.1.5"
},
"dependencies": {
"@xenova/transformers": "^2.17.2",
"shell-quote": "^1.8.1",
"js-yaml": "^4.1.1",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"keytar": "^7.9.0",
"proper-lockfile": "^4.1.2",
"glob": "^11.0.0",
"natural": "^8.0.1",
"undici": "^6.21.0"
},
"engines": {
"node": ">=20.0.0"
}
}