UNPKG

alexa-remote2

Version:

Remote Control for amazon echo devices

62 lines (61 loc) 1.36 kB
{ "name": "alexa-remote2", "version": "8.0.2", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77", "email": "iobroker@fischer-ka.de" }, "contributors": [ { "name": "soef", "email": "soef@gmx.net" }, { "name": "Apollon77", "email": "iobroker@fischer-ka.de" }, { "name": "bbindreiter", "email": "bernd.bindreiter@gmail.com" } ], "homepage": "https://github.com/Apollon77/alexa-remote", "license": "MIT", "keywords": [ "alexa", "echo", "alexa remote", "layla.amazon.de" ], "dependencies": { "alexa-cookie2": "^5.0.3", "https": "^1.0.0", "querystring": "^0.2.1", "ws": "^8.18.3", "extend": "^3.0.2", "uuid": "^11.1.0" }, "devDependencies": { "@alcalzone/release-script": "^3.8.0", "@alcalzone/release-script-plugin-license": "^3.7.0", "eslint": "^8.57.1" }, "scripts": { "test": "node node_modules/mocha/bin/mocha", "release": "release-script" }, "repository": { "type": "git", "url": "git+https://github.com/Apollon77/alexa-remote.git" }, "bugs": { "url": "https://github.com/Apollon77/alexa-remote/issues" }, "engines": { "node": ">=16.0.0" }, "types": "alexa-remote.d.ts", "main": "alexa-remote.js", "readmeFilename": "readme.md" }