voicechatai/package.json

29 lines
532 B
JSON
Raw Permalink Normal View History

{
"name": "talk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"chatbot",
"voicebot",
"nodejs",
"ai",
"conversational",
"Speech Recognition",
"Speech Synthesis",
"messaging"
],
"author": "David Howard Sells",
"license": "ISC",
"dependencies": {
"dotenv": "^16.5.0",
"got": "^14.4.7",
"node-fetch": "^3.3.2",
"ws": "^8.18.2"
}
}