49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "dwinzo_major",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start:api": "nodemon --exec tsx src/api-server/main.ts",
|
|
"start:socket": "nodemon --exec tsx src/socket-server/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.1",
|
|
"fs": "^0.0.1-security",
|
|
"http": "^0.0.1-security",
|
|
"ioredis": "^5.6.1",
|
|
"ip": "^2.0.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"minio": "^8.0.5",
|
|
"mongoose": "^8.8.1",
|
|
"multer": "^1.4.5-lts.2",
|
|
"nodemailer": "^7.0.3",
|
|
"socket.io": "^4.8.1",
|
|
"swagger-autogen": "^2.23.7",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"yjs": "^13.6.27"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^5.0.0",
|
|
"@types/ip": "^1.1.3",
|
|
"@types/jsonwebtoken": "^9.0.7",
|
|
"@types/mime-types": "^2.1.4",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/node": "^22.9.0",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/swagger-ui-express": "^4.1.7",
|
|
"nodemon": "^3.1.7",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|