{
"name": "myveryfirst",
"version": "1.0.0",
"description": "",
"main": "./src/server.js",
"engines": {
"node": "10.15.0",
"npm": "6.4.1"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --watch --runInBand",
"start": "node ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lola/myveryfirst.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lola/myveryfirst/issues"
},
"homepage": "https://github.com/lola/myveryfirst#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cls-hooked": "^4.2.2",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.16.1",
"joi": "^14.3.1",
"js-sha512": "^0.8.0",
"mongoose": "^5.5.11",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "^2.0.3",
"uuid": "^3.3.2",
"winston": "^3.2.1"
}
}