roosevelt
Version:
🧸 MVC web framework for Node.js designed to make Express easier to use.
76 lines (75 loc) • 1.77 kB
JSON
{
"start": {
"value": "nodemon app.js --production-mode",
"priority": "ignore"
},
"production": {
"value": "nodemon app.js --production-mode",
"priority": "ignore"
},
"prod": {
"value": "nodemon app.js --production-mode",
"priority": "ignore"
},
"p": {
"value": "nodemon app.js --production-mode",
"priority": "ignore"
},
"development": {
"value": "nodemon app.js --development-mode",
"priority": "ignore"
},
"dev": {
"value": "nodemon app.js --development-mode",
"priority": "ignore"
},
"d": {
"value": "nodemon app.js --development-mode",
"priority": "ignore"
},
"generate-certs": {
"value": "node ./node_modules/roosevelt/lib/scripts/certsGenerator.js",
"priority": "error"
},
"c": {
"value": "node ./node_modules/roosevelt/lib/scripts/certsGenerator.js",
"priority": "error"
},
"audit-config": {
"value": "node ./node_modules/roosevelt/lib/scripts/configAuditor.js",
"priority": "error",
"inspect": true
},
"a": {
"value": "node ./node_modules/roosevelt/lib/scripts/configAuditor.js",
"priority": "ignore"
},
"standard": {
"value": "standard",
"priority": "ignore"
},
"stylelint": {
"value": "stylelint \"statics/css/**/*.less\" --syntax less",
"priority": "ignore"
},
"lint": {
"value": "npm run standard && npm run stylelint",
"priority": "ignore"
},
"l": {
"value": "npm run standard && npm run stylelint",
"priority": "ignore"
},
"proddev": {
"value": "nodemon app.js --host-public",
"priority": "ignore"
},
"pd": {
"value": "nodemon app.js --host-public",
"priority": "ignore"
},
"test": {
"value": "npm run lint",
"priority": "warning"
}
}