Files
hive/package.json
T
2026-01-14 20:21:52 -08:00

36 lines
910 B
JSON

{
"name": "hive",
"version": "0.1.0",
"private": true,
"description": "Hive - AI agent observability and control platform",
"repository": {
"type": "git",
"url": "https://github.com/adenhq/hive.git"
},
"license": "Apache-2.0",
"workspaces": [
"honeycomb",
"hive"
],
"scripts": {
"dev": "docker compose up",
"dev:build": "docker compose up --build",
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces",
"setup": "bash scripts/setup.sh",
"generate:env": "npx tsx scripts/generate-env.ts",
"clean": "npm run clean --workspaces && rm -rf node_modules"
},
"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"
}