Spaces:
Paused
Paused
| { | |
| "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" | |
| } | |
| } |