mapcleaner/package.json
2020-10-16 11:22:33 +02:00

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"
}
}