@misterzik/espressojs
Version:
EspressoJS Introducing Espresso.JS, your ultimate Express configuration starting point and boilerplate. With its simplicity and lack of opinionation, EspressoJS offers plug-and-play configurations built on top of Express.
73 lines (72 loc) • 2.45 kB
JSON
{
"name": "@misterzik/espressojs",
"version": "3.3.6",
"description": "EspressoJS Introducing Espresso.JS, your ultimate Express configuration starting point and boilerplate. With its simplicity and lack of opinionation, EspressoJS offers plug-and-play configurations built on top of Express.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "node cli run",
"start:watch": "nodemon cli run",
"dev": "node cli env --instance=development --port=8080 && node cli run",
"dev:watch": "node cli env --instance=development --port=8080 && nodemon cli run",
"global": "node cli env --instance=global --port=8081 && node cli run",
"prod": "node cli env --instance=production --port=80 && node cli run",
"show": "node cli show",
"validate": "node cli validate",
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misterzik/Espresso.js.git"
},
"keywords": [
"espressojs",
"espresso js",
"espresso",
"express",
"node-express",
"express-api",
"express-server",
"express boilerplate",
"express",
"nodejs"
],
"author": "MisterZik",
"license": "MIT",
"bugs": {
"url": "https://github.com/misterzik/Espresso.js/issues"
},
"homepage": "https://github.com/misterzik/Espresso.js#readme",
"dependencies": {
"axios": "^1.6.5",
"bluebird": "^3.7.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-validator": "^7.0.1",
"finalhandler": "^1.2.0",
"helmet": "^7.1.0",
"joi": "^17.12.0",
"mongoose": "^8.0.4",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.15.0",
"winston": "^3.11.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"debug": "^4.3.7",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"amd-define-factory-patcher-loader": "^1.0.0",
"babel-loader": "^9.1.3",
"nodemon": "^3.0.2"
},
"engines": {
"node": ">= 0.10.0"
}
}