mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-24 04:31:31 +03:00
23 lines
539 B
JSON
23 lines
539 B
JSON
{
|
|
"name": "leon-hotword",
|
|
"version": "0.2.0",
|
|
"description": "Hotword detection for Leon",
|
|
"author": {
|
|
"name": "Louis Grenard",
|
|
"email": "louis@getleon.ai",
|
|
"url": "https://twitter.com/grenlouis"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsounet/snowboy": "^2.2.5",
|
|
"@mapbox/node-pre-gyp": "^1.0.10",
|
|
"node-record-lpcm16": "^0.3.1",
|
|
"socket.io-client": "^4.5.2",
|
|
"superagent": "^8.0.0"
|
|
}
|
|
}
|