SmolAgent_Tutorial/URL_Database_project/backend_server/package.json
2025-03-03 16:35:52 +08:00

19 lines
346 B
JSON

{
"name": "backend_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"pg": "^8.13.3"
}
}