forked from stickpin/node-appletv-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "node-appletv-x",
"version": "1.0.19",
"description": "A Node.js library for communicating with an Apple TV",
"homepage": "https://github.com/stickpin/node-appletv-x",
"bugs": "https://github.com/stickpin/node-appletv-x/issues",
"keywords": [
"apple tv",
"appletv",
"mrp",
"media remote"
],
"main": "dist/index.js",
"bin": {
"appletv": "bin/appletv"
},
"repository": {
"type": "git",
"url": "https://github.com/stickpin/node-appletv-x.git"
},
"author": "Evan Coleman <[email protected]> (https://edc.me)",
"license": "MIT",
"dependencies": {
"camelcase": "^5.3.1",
"caporal": "^1.3.0",
"chacha-js": "^2.1.1",
"curve25519-js": "^0.0.4",
"ed25519-wasm-pro": "^1.1.1",
"fast-srp-hap": "^1.0.1",
"inquirer": "^7.0.3",
"dnssd2": "^1.0.0",
"ora": "^4.0.3",
"protobufjs": "^6.8.8",
"snake-case": "^3.0.3",
"uuid": "^3.3.3",
"varint": "^5.0.0"
},
"devDependencies": {
"@types/inquirer": "^6.5.0",
"@types/mdns": "^0.0.33",
"@types/node": "^13.1.6",
"@types/ora": "^3.2.0",
"@types/uuid": "^3.4.6"
}
}