cras
Version:
45 lines (44 loc) • 889 B
JSON
{
"name": "cras",
"version": "1.0.8",
"description": "cras cli",
"main": "bin/index.js",
"keywords": [
"SAP",
"BTP",
"React",
"MTA",
"Cloud",
"generator",
"UI5",
"Fiori"
],
"bin": {
"cras": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm version patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bertdeterd/cras.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bertdeterd/cras/issues"
},
"homepage": "https://github.com/bertdeterd/cras#readme",
"dependencies": {
"chalk": "^4.1.0",
"colors": "^1.4.0",
"commander": "^7.2.0",
"ejs": "^3.1.6",
"fs-extra": "^9.1.0",
"inquirer": "^8.0.0",
"minimist": "^1.2.5",
"os": "^0.1.1",
"path": "^0.12.7"
}
}