iobroker.sonus
Version:
With this adapter you can control ioBroker with voice in many different languages
63 lines • 1.72 kB
JSON
{
"name": "iobroker.sonus",
"version": "0.1.1",
"description": "With this adapter you can control ioBroker with voice in many different languages",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"os" : ["!win32"],
"homepage": "https://github.com/ioBroker/ioBroker.sonus",
"license": "MIT",
"keywords": [
"ioBroker",
"voice",
"speech",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.sonus"
},
"dependencies": {
"@iobroker/adapter-core": "^1.0.3",
"@google-cloud/speech": "^2.3.1",
"node-record-lpcm16": "^0.3.1",
"snowboy": "1.2.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/gulp": "^4.0.6",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.0.11",
"@types/sinon-chai": "^3.2.2",
"@iobroker/testing": "^1.2.0",
"axios": "^0.18.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^5.16.0",
"gulp": "^4.0.2",
"mocha": "^6.1.4",
"proxyquire": "^2.1.0",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"tslint": "^5.16.0"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/testPackageFiles.js --exit",
"test:iobroker": "mocha test/testStartup.js --exit",
"test": "npm run test:js && npm run test:package",
"lint": "npm run lint:ts \"src/**/*.ts\"",
"lint:ts": "tslint"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.sonus/issues"
},
"readmeFilename": "README.md"
}