jackboot
Version:
A cross-platform command line tool to create SpringBoot projects
24 lines (23 loc) • 458 B
JSON
{
"name": "jackboot",
"version": "1.2.0",
"description": "A cross-platform command line tool to create SpringBoot projects",
"main": "bin/jackboot.js",
"bin": {
"jackboot": "./bin/jackboot.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"shell",
"springboot",
"generator"
],
"author": "Jackasher",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
}
}