lcnsr
Version:
###### Cooper Runyan
39 lines (38 loc) • 795 B
JSON
{
"name": "lcnsr",
"version": "0.1.1",
"description": "",
"main": "bin/index.js",
"type": "module",
"bin": {
"lcnsr": "bin/index.js",
"lcnser": "bin/index.js",
"lcn3r": "bin/index.js",
"lcnse": "bin/index.js",
"lcns": "bin/index.js"
},
"preferGlobal": true,
"scripts": {
"start": "rm -rf ./TEST; mkdir TEST; cd TEST; node ../bin/index.js -d epl",
"compile": "tsc; node bin/dev/createAssets.js"
},
"keywords": [
"CLI",
"Scaffolding",
"Structure",
"License",
"Licensing",
"Helper"
],
"author": "Cooper Runyan",
"license": "epl-2.0",
"devDependencies": {
"@types/node": "^17.0.21",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
},
"dependencies": {
"chalk": "^5.0.0",
"commander": "^9.0.0"
}
}