52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "skyjo-be",
|
|
"version": "1.0.0",
|
|
"description": "Skyjo Backend",
|
|
"main": "server.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "ts-node src/server.ts",
|
|
"build": "prisma generate && tsc",
|
|
"start": "node dist/server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pb-coding/skyjo-be.git"
|
|
},
|
|
"author": "pb-coding",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/pb-coding/skyjo-be/issues"
|
|
},
|
|
"homepage": "https://github.com/pb-coding/skyjo-be#readme",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"bcrypt": "^5.1.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"date-fns": "^2.30.0",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"express-validator": "^7.0.1",
|
|
"jsonwebtoken": "^9.0.1",
|
|
"node-cron": "^3.0.2",
|
|
"request": "^2.88.2",
|
|
"socket.io": "^4.7.2",
|
|
"ts-node": "^10.9.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/cookie-parser": "^1.4.3",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/express": "^4.17.17",
|
|
"@types/jsonwebtoken": "^9.0.2",
|
|
"@types/node": "^20.4.2",
|
|
"@types/node-cron": "^3.0.8",
|
|
"@types/request": "^2.48.8",
|
|
"@types/uuid": "^9.0.2",
|
|
"esbuild-register": "^3.4.2",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|