27 lines
720 B
JSON
27 lines
720 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": {
|
|
"test:duplicates": "bun test scripts/auto-close-duplicates",
|
|
"frontend:dev": "cd core/frontend && npm run dev",
|
|
"frontend:build": "cd core/frontend && npm run build",
|
|
"frontend:preview": "cd core/frontend && npm run preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0",
|
|
"npm": ">=10.0.0"
|
|
},
|
|
"packageManager": "npm@10.2.0"
|
|
}
|