-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 860 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 860 Bytes
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
{
"name": "beamup-cli",
"version": "1.3.2",
"bin": {
"beamup": "./bin/index.js"
},
"scripts": {
"start": "node ./bin/index.js",
"build": "pkg ."
},
"pkg": {
"targets": [
"node12-linux-x64",
"node12-macos-x64",
"node12-win-x64",
"node12-win-x86"
],
"outputPath": "build"
},
"repository": {
"type": "git",
"url": "https://github.com/Stremio/stremio-beamup-cli"
},
"keywords": [
"stremio",
"beamup"
],
"author": "Smart Code OOD",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stremio/stremio-beamup-cli/issues"
},
"homepage": "https://github.com/Stremio/stremio-beamup-cli",
"devDependencies": {
"pkg": "4.5.1"
},
"dependencies": {
"async-file": "2.0.2",
"commander": "6.1.0",
"crypto-js": "4.0.0",
"node-ssh": "13.1.0"
}
}