Spaces:
Paused
Paused
File size: 736 Bytes
0787a7f 770ce0b 0787a7f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"name": "livekit-custom-api",
"version": "1.0.0",
"description": "API wrapper for LiveKit SIP calls with agent dispatch",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "eslint . && node --env-file=../.env --watch index.js",
"build": "echo 'No build step required for Node.js'"
},
"dependencies": {
"@azure/storage-blob": "^12.31.0",
"@hono/node-server": "^1.19.11",
"@livekit/protocol": "^1.45.0",
"hono": "^4.0.0",
"livekit-server-sdk": "^2.11.0",
"pg": "^8.20.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.13.17",
"eslint": "^9.0.0",
"globals": "^15.0.0"
},
"engines": {
"node": ">=20.0.0"
}
} |