automagik-cli
Version:
Automagik CLI - A powerful command-line interface for interacting with Automagik Hive multi-agent AI systems
95 lines (94 loc) • 2.6 kB
JSON
{
"name": "automagik-cli",
"version": "0.2.1",
"description": "Automagik CLI - A powerful command-line interface for interacting with Automagik Hive multi-agent AI systems",
"type": "module",
"main": "dist/index.js",
"bin": {
"automagik-cli": "bundle/automagik-cli.js"
},
"scripts": {
"start": "node scripts/start.js",
"dev": "cross-env NODE_ENV=development npm run start",
"build": "node scripts/build.js",
"bundle": "node esbuild.config.js",
"clean": "rimraf dist bundle",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"prepublishOnly": "pnpm run clean && pnpm run build && pnpm run bundle",
"publish:npm": "pnpm publish --access public"
},
"files": [
"bundle/",
"README.md",
"dist/"
],
"dependencies": {
"ansi-escapes": "^7.0.0",
"chalk": "^5.4.1",
"diff": "^8.0.2",
"gaxios": "^7.1.1",
"highlight.js": "^11.11.1",
"ink": "^6.0.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-link": "^4.1.0",
"ink-select-input": "^6.2.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"lowlight": "^3.3.0",
"marked": "^15.0.12",
"mime-types": "^3.0.1",
"open": "^10.2.0",
"react": "^19.1.0",
"react-devtools-core": "^4.28.5",
"read-package-up": "^11.0.0",
"shell-quote": "^1.8.3",
"stream-json": "^1.8.0",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"update-notifier": "^7.3.1",
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^19.1.8",
"@types/stream-json": "^1.7.8",
"@types/yargs": "^17.0.32",
"cross-env": "^7.0.3",
"esbuild": "^0.25.0",
"eslint": "^9.24.0",
"prettier": "^3.5.3",
"rimraf": "^5.0.0",
"tsx": "^4.19.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/namastexlabs/automagik-cli.git"
},
"bugs": {
"url": "https://github.com/namastexlabs/automagik-cli/issues"
},
"homepage": "https://github.com/namastexlabs/automagik-cli#readme",
"keywords": [
"cli",
"ai",
"multi-agent",
"automagik",
"chat",
"terminal",
"typescript"
],
"author": "Namastex Labs",
"license": "MIT",
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
"publishConfig": {
"access": "public"
}
}