UNPKG

plazbot-cli

Version:
48 lines (47 loc) 1.21 kB
{ "name": "plazbot-cli", "version": "0.1.3", "description": "CLI para Plazbot SDK", "main": "dist/cli.js", "bin": { "plazbot": "dist/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "tsc -w", "prepare:dev": "npm uninstall plazbot && npm install file:../Plazbot-SDK-v2.0", "prepare:prod": "npm uninstall plazbot && npm install plazbot@latest", "prepublishOnly": "npm run prepare:prod && npm run build", "publish:beta": "npm publish --tag beta", "publish:prod": "npm publish", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major" }, "repository": { "type": "git", "url": "git+https://github.com/tu-usuario/plazbot-cli.git" }, "keywords": [ "plazbot", "cli", "sdk" ], "author": "Kristian Garcia <kristian@plazbot.com>", "license": "MIT", "dependencies": { "@types/inquirer": "^9.0.8", "axios": "^1.6.0", "commander": "^12.0.0", "inquirer": "^12.6.3", "plazbot": "^1.1.3" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=16.0.0" } }