node-appletv-x
Version:
A Node.js library for communicating with an Apple TV
46 lines (45 loc) • 1.13 kB
JSON
{
"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 <e@edc.me> (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"
}
}