463009b418
Bumps [pg](https://github.com/brianc/node-postgres) from 8.4.0 to 8.4.1. - [Release notes](https://github.com/brianc/node-postgres/releases) - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/compare/pg@8.4.0...pg@8.4.1) Signed-off-by: dependabot[bot] <support@github.com>
30 lines
672 B
JSON
30 lines
672 B
JSON
{
|
|
"name": "mapcleaner",
|
|
"version": "1.0.0",
|
|
"description": "mapcleaner",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"jshint": "cd src && jshint . && cd ../test/ && jshint .",
|
|
"start": "node src/index.js",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/BuckarooBanzay/mapcleaner.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/BuckarooBanzay/mapcleaner/issues"
|
|
},
|
|
"homepage": "https://github.com/BuckarooBanzay/mapcleaner#readme",
|
|
"dependencies": {
|
|
"pg": "^8.4.1",
|
|
"pq": "0.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.12.0",
|
|
"mocha": "^8.1.3"
|
|
}
|
|
}
|