UNPKG

@szzbmy/lowcode-cli

Version:

🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️

56 lines 1.41 kB
{ "name": "@szzbmy/lowcode-cli", "version": "0.3.0", "description": "🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "exports": "./bin/index.js", "bin": { "rp-lowcode": "./bin/index.js" }, "files": [ "bin" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "LOWCODE", "CLI" ], "author": "RichLee & JiyuShao & chubiao Ni", "license": "MIT", "dependencies": { "@szzbmy/lowcode-schema": "^0.3.0", "archiver": "5.3.0", "comment-json": "4.1.1", "compressing": "^1.5.1", "form-data": "4.0.0", "ink": "3.2.0", "ink-select-input": "4.2.0", "ink-spinner": "4.0.3", "ink-text-input": "4.0.1", "ip": "1.1.5", "meow": "^9.0.0", "node-fetch": "^2.6.6", "open": "8.3.0", "portfinder": "1.0.28", "react": "17.0.2", "shelljs": "0.8.4", "update-notifier": "5.1.0" }, "devDependencies": { "@types/archiver": "^5.3.1", "@types/ink-select-input": "^3.0.1", "@types/ink-text-input": "^2.0.2", "@types/ip": "^1.1.0", "@types/node": "^16.11.1", "@types/node-fetch": "^2.5.12", "@types/react": "^17.0.30", "@types/shelljs": "^0.8.9", "@types/update-notifier": "^5.1.0", "typescript": "^4.4.4" } }