@fusengine/berserk-engine
Version:
Berserk engine run start application
63 lines • 1.25 kB
JSON
{
"name": "@fusengine/berserk-engine",
"version": "1.8.5",
"author": "Bruno Azoulay <info@fusengine.ch>",
"license": "MIT",
"description": "Berserk engine run start application",
"main": "index.js",
"scripts": {
"berserk": "nodemon index.js",
"dev": "NODE_ENV=development concurrently \"yarn run berserk\"",
"prod": "NODE_ENV=production concurrently \"yarn run berserk\"",
"test": "NODE_ENV=test concurrently \"yarn run berserk \""
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/fusengine/berserk-engine"
},
"files": [
"LICENCE",
"README.md",
"index.js",
"config.js",
"lib/"
],
"engines": {
"node": ">= 8.9.0"
},
"resolutions": {
"acorn": "^7.1.1"
},
"dependencies": {
"acorn": "^7.4.0",
"bcrypt": "^5.0.0",
"clear": "^0.1.0",
"colors": "^1.4.0",
"concurrently": "^5.2.0",
"ejs": "^3.1.3",
"ejs-mate": "^3.0.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"log-symbols": "^4.0.0",
"mongoose": "^5.9.27",
"morgan": "^1.10.0",
"nodemon": "^2.0.4",
"pug": "^3.0.0"
},
"keywords": [
"rest",
"restful",
"router",
"app",
"api",
"web",
"route",
"routing",
"pug",
"ejs"
]
}