spring-boot-cli
Version:
CLI for Spring Boot
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "spring-boot-cli",
"version": "1.0.3",
"description": "CLI for Spring Boot",
"main": "dist/cli.mjs",
"types": "module",
"bin": {
"sc": "./dist/cli.mjs",
"spring-boot-cli": "./dist/cli.mjs"
},
"scripts": {
"start": "node dist/cli.mjs",
"build": "tsc",
"build-publish": "tsc && npm publish",
"link": "npm link"
},
"keywords": [
"spring",
"cli",
"spring-boot",
"spring-cli",
"spring-boot-cli"
],
"author": "Weibin Xu",
"repository": {
"type": "git",
"url": "https://github.com/theapplegeek/Spring-Boot-CLI.git"
},
"homepage": "https://github.com/theapplegeek/Spring-Boot-CLI.git#readme",
"license": "MIT",
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.8",
"@types/xml2js": "^0.4.14",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"figlet": "^1.7.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"inquirer": "^9.2.23",
"js-yaml": "^4.1.0",
"ora": "^8.0.1",
"simple-git": "^3.25.0",
"xml2js": "^0.6.2"
}
}