forked from soef/alexa-remote
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
61 lines (61 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "alexa-remote2",
"version": "7.0.5",
"description": "Remote Control for amazon echo devices",
"author": {
"name": "Apollon77",
"email": "[email protected]"
},
"contributors": [
{
"name": "soef",
"email": "[email protected]"
},
{
"name": "Apollon77",
"email": "[email protected]"
},
{
"name": "bbindreiter",
"email": "[email protected]"
}
],
"homepage": "https://github.com/Apollon77/alexa-remote",
"license": "MIT",
"keywords": [
"alexa",
"echo",
"alexa remote",
"layla.amazon.de"
],
"dependencies": {
"alexa-cookie2": "^5.0.2",
"https": "^1.0.0",
"querystring": "^0.2.1",
"ws": "^8.18.0",
"extend": "^3.0.2",
"uuid": "^10.0.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"
}