-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 978 Bytes
/
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
{
"name": "alexa-cookie-cli",
"version": "5.0.1",
"description": "Generate refresh_token for Alexa remote control",
"author": {
"name": "adn77",
"email": "[email protected]"
},
"contributors": [
{
"name": "Apollon77",
"email": "[email protected]"
}
],
"homepage": "https://blog.loetzimmer.de/2021/09/alexa-remote-control-shell-script.html",
"license": "MIT",
"keywords": [
"alexa",
"echo",
"alexa remote control",
"alexa.amazon.de"
],
"dependencies": {
"alexa-cookie2": "^5.0.1",
"commander": "^11.1.0"
},
"devDependencies": {
"pkg": "^5.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adn77/alexa-cookie-cli.git"
},
"bugs": {
"url": "https://blog.loetzimmer.de/2021/09/alexa-remote-control-shell-script.html"
},
"scripts": {
"build-binaries": "pkg --targets node16-linux-x64,node16-win-x64,node16-macos-x64 cli.js"
},
"main": "cli.js"
}