Files
windmill_workflow/alexa-api/package.json
2026-04-04 09:54:20 +09:00

19 lines
392 B
JSON

{
"name": "alexa-api",
"version": "1.0.0",
"description": "Alexa TTS API server for Windmill integration",
"main": "server.js",
"scripts": {
"start": "node server.js",
"auth": "node auth4.js",
"auth:web": "node auth4-web.js"
},
"dependencies": {
"express": "^4.18.0"
},
"devDependencies": {
"alexa-cookie2": "^5.0.3",
"alexa-remote2": "^5.0.0"
}
}