Files
coord.graff.tech-server/package.json
T
2024-05-27 17:22:09 +05:00

37 lines
856 B
JSON

{
"name": "node-coord",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nodemon ./src/index.ts",
"build": "tsc",
"start": "node ./dist/index.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"got": "^14.2.0",
"got-cjs": "^12.5.4",
"jsonwebtoken": "^9.0.2",
"livekit-server-sdk": "^1.2.7",
"mongoose": "^8.2.0",
"node-cron": "^3.0.3",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/got": "^9.6.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.20",
"@types/node-cron": "^3.0.11",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}