mtf-assistant/package.json
2026-07-23 00:27:16 +00:00

27 lines
539 B
JSON

{
"name": "mtf-assistant",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.18.1",
"mic": "^2.1.2",
"redis": "^6.1.0",
"speaker": "^0.5.5",
"tiny-tts": "^5.0.1",
"wav-decoder": "^1.3.0"
},
"devDependencies": {
"dotenv": "^17.4.2",
"nodemon": "^3.1.14"
}
}