innhibit/site/package.json

18 lines
363 B
JSON

{
"name": "dnr-backend",
"version": "1.0.0",
"description": "database checker for dnradvantage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"pg": "^8.11.3"
}
}