create-decaf-webapp
Version:
Create a new DECAF Webapp
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "create-decaf-webapp",
"version": "0.8.0",
"author": "teloscube",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"decaf"
],
"description": "Create a new DECAF Webapp",
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/teloscube/create-decaf-webapp/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/teloscube/create-decaf-webapp.git"
},
"bin": {
"create-decaf-app": "./index.js"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"cross-spawn": "^7.0.6",
"replace-in-file": "^8.3.0",
"validate-npm-package-name": "^6.0.0"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120,
"plugins": [
"prettier-plugin-organize-imports"
]
},
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0"
}
}