Files
filing-cabinet-api/package.json
T
2026-07-23 18:44:50 +02:00

25 lines
479 B
JSON

{
"name": "filing-cabinet",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"dotenv": "^17.4.2",
"express": "^5.2.1",
"neo4j-driver": "^6.2.0",
"pg": "^8.22.0",
"router": "^2.2.0"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}