Files
test/package.json
2026-02-20 18:42:25 +09:00

26 lines
550 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node --watch ./src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/adapter-pg": "^7.4.0",
"@prisma/client": "^7.4.0",
"bcryptjs": "^3.0.3",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"pg": "^8.18.0",
"prisma": "^7.4.0"
}
}