UNPKG

bpframework-cli

Version:
65 lines (64 loc) 1.22 kB
{ "description": "cli of bpframework", "dependencies": { "chalk": "^4.1.0", "colors": "^1.1.2", "febs": "^1.0.12", "readline-sync": "^1.4.10", "term-list": "^0.2.1" }, "devDependencies": {}, "directories": {}, "engines": { "node": ">=10" }, "homepage": "https://github.com/bpcloud/bpframework-cli#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/bpcloud/bpframework-cli.git" }, "keywords": [ "java", "spring", "springboot", "annotation", "validation", "controller", "service", "feign", "feignClient", "PathVariable", "RequestBody", "RequestMapping", "postmapping", "getmapping", "RequestParam", "restcontroller", "request", "service", "autowired" ], "files": [ "_scripts", "bin", "dist", "templates", "postinstall.js" ], "bin": { "bpframework": "./bin/index.js" }, "license": "MIT", "main": "./bin/index.js", "maintainers": [ { "name": "brainpoint", "email": "bpoint.lee@gmail.com" } ], "scripts": { "postinstall": "node ./postinstall" }, "name": "bpframework-cli", "version": "0.1.7" }