mirror of
https://github.com/Rushilwiz/innhibit.git
synced 2025-04-10 22:40:15 -04:00
18 lines
363 B
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"
|
|
}
|
|
}
|