Files
hive/package.json
T
2026-01-22 11:04:26 -08:00

26 lines
683 B
JSON

{
"name": "hive",
"version": "0.1.0",
"private": true,
"description": "Hive - Aden Agent Framework - Build goal-driven, self-improving AI agents",
"repository": {
"type": "git",
"url": "https://github.com/adenhq/hive.git"
},
"license": "Apache-2.0",
"scripts": {
"setup": "echo '⚠️ This npm setup is for the archived web application. For agent development, use: ./scripts/setup-python.sh' && bash scripts/setup.sh"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0",
"yaml": "^2.3.0"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"packageManager": "npm@10.2.0"
}