@hivetechs/hive
Version:
HiveTechs Consensus - The world's most advanced AI-powered development assistant
60 lines • 1.26 kB
JSON
{
"name": "@hivetechs/hive",
"version": "2.3.6",
"description": "HiveTechs Consensus - The world's most advanced AI-powered development assistant",
"main": "index.js",
"bin": {
"hive": "./bin/hive"
},
"scripts": {
"postinstall": "node scripts/install.js",
"preuninstall": "node scripts/uninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hivetechs-collective/hive.git"
},
"keywords": [
"ai",
"development",
"assistant",
"consensus",
"rust",
"cli",
"code-analysis",
"planning",
"enterprise",
"mcp",
"model-context-protocol",
"claude",
"openrouter",
"repository-intelligence",
"tui",
"terminal-ui",
"semantic-analysis",
"code-transformation",
"hooks",
"automation",
"developer-tools",
"productivity"
],
"author": "HiveTechs Collective",
"license": "MIT",
"homepage": "https://hivetechs.com",
"bugs": {
"url": "https://github.com/hivetechs-collective/hive/issues"
},
"os": ["darwin", "linux", "win32"],
"cpu": ["x64", "arm64"],
"dependencies": {},
"files": [
"bin/",
"scripts/",
"index.js",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=16.0.0"
}
}