You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

29 lines
633 B

{
"name": "realtime-voicecall-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"socket.io": "^4.8.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.0",
"@types/node": "^22.7.5",
"@types/socket.io": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}