mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-29 10:18:29 +01:00
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.7.0 to 13.15.22. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.7.0...13.15.22) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
754 B
JSON
31 lines
754 B
JSON
{
|
|
"name": "docker_node_mongo_starter",
|
|
"version": "1.0.0",
|
|
"description": "docker starter with node js and mongodb services",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"format": "prettier --write {**/,}*.js",
|
|
"lint": "prettier --check {**/,}*.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"author": "Syed Afzal",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.18.2",
|
|
"cookie-parser": "^1.4.4",
|
|
"cors": "^2.8.4",
|
|
"express": "^4.17.1",
|
|
"lodash": "^4.17.13",
|
|
"mongodb": "^3.0.7",
|
|
"mongoose": "^6.0.9",
|
|
"simple-node-logger": "^18.12.23",
|
|
"validator": "^13.15.22"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.3",
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|