UNPKG

@hanzo/dev

Version:

Lightweight coding agent that runs in your terminal - Hanzo AI developer tools

57 lines (56 loc) 1.17 kB
{ "name": "@hanzo/dev", "version": "3.0.1", "license": "Apache-2.0", "description": "Lightweight coding agent that runs in your terminal - Hanzo AI developer tools", "bin": { "dev": "bin/dev.js" }, "type": "module", "engines": { "node": ">=20" }, "files": [ "bin/dev.js", "postinstall.js", "dist" ], "scripts": { "postinstall": "node postinstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/hanzoai/dev.git" }, "keywords": [ "ai", "cli", "dev", "developer-tools", "coding-assistant", "hanzo", "llm", "chatgpt", "claude", "code-generation" ], "author": "Hanzo AI", "homepage": "https://github.com/hanzoai/dev#readme", "bugs": { "url": "https://github.com/hanzoai/dev/issues" }, "publishConfig": { "access": "public" }, "dependencies": {}, "devDependencies": { "prettier": "^3.3.3" }, "optionalDependencies": { "@hanzo/dev-darwin-arm64": "3.0.1", "@hanzo/dev-darwin-x64": "3.0.1", "@hanzo/dev-linux-x64": "3.0.1", "@hanzo/dev-linux-arm64": "3.0.1", "@hanzo/dev-win32-x64": "3.0.1" } }