54143e0de2
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>
20 lines
343 B
JSON
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"
|
|
}
|
|
}
|