Twilioapp/server/package.json
2025-06-29 01:33:41 +08:00

28 lines
588 B
JSON

{
"name": "twilio-token-server",
"version": "1.0.0",
"description": "Twilio Video Token Server for TranslatePro",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.2",
"twilio": "^4.19.0"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"keywords": [
"twilio",
"video",
"token",
"server"
],
"author": "TranslatePro Team",
"license": "MIT"
}