@yuvakiran-zen/zen-cli
Version:
Intelligent Code Agent powered by Zen
35 lines • 637 B
JSON
{
"name": "@yuvakiran-zen/zen-cli",
"version": "1.0.29",
"description": "Intelligent Code Agent powered by Zen",
"main": "zen-cli.js",
"bin": {
"zen-cli": "./zen-cli.js"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"ai",
"code-generation",
"cli",
"anthropic",
"claude",
"zen",
"mcp",
"intelligent-agent"
],
"author": "Zen Team",
"license": "UNLICENSED",
"engines": {
"node": ">=18.0.0"
},
"files": [
"zen-cli.js",
"README.md"
],
"publishConfig": {
"access": "public"
}
}