Files
fx_cast/app/package.json
2019-02-26 01:34:04 +00:00

37 lines
1.0 KiB
JSON

{
"__applicationName": "fx_cast_bridge",
"__applicationVersion": "0.0.1",
"__applicationDirectoryName": "fx_cast",
"__applicationExecutableName": "bridge",
"scripts": {
"build": "node bin/build.js",
"package": "node bin/build.js --package",
"install-manifest": "node bin/install-manifest.js",
"remove-manifest": "node bin/install-manifest.js --remove",
"lint": "tslint -c tslint.json -p ."
},
"dependencies": {
"bplist-creator": "0.0.7",
"bplist-parser": "^0.1.1",
"castv2": "^0.1.9",
"dnssd": "^0.4.1",
"fast-srp-hap": "^1.0.1",
"mime-types": "^2.1.21",
"node-fetch": "^2.3.0",
"tweetnacl": "^1.0.0"
},
"devDependencies": {
"@types/dnssd": "^0.4.1",
"@types/mime-types": "^2.1.0",
"@types/node": "^11.9.5",
"@types/node-fetch": "^2.1.6",
"mustache": "^3.0.1",
"pkg": "^4.3.5",
"tslint": "^5.13.0"
},
"optionalDependencies": {
"rage-edit": "^1.2.0"
}
}