Files
fakemoney/server/package.json
2026-02-28 00:35:25 +01:00

20 lines
373 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"license": "GPL-3.0",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"pg": "^8.19.0",
"sequelize": "^6.37.7"
}
}