auth_proxy_app/package.json
dependabot-preview[bot] 54143e0de2 Bump jshint from 2.11.0 to 2.11.1
Bumps [jshint](https://github.com/jshint/jshint) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.11.0...2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-14 07:49:20 +02:00

20 lines
343 B
JSON

{
"name": "auth_proxy_app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jshint src",
"start": "node src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"devDependencies": {
"jshint": "^2.11.1"
}
}