Files
fx_cast/app/package.json
2020-02-27 09:29:07 +00:00

37 lines
1.1 KiB
JSON

{
"__applicationName": "fx_cast_bridge",
"__applicationVersion": "0.0.6",
"__applicationDirectoryName": "fx_cast",
"__applicationExecutableName": "fx_cast_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.8",
"bplist-parser": "^0.2.0",
"castv2": "^0.1.10",
"dnssd": "^0.4.1",
"fast-srp-hap": "^1.0.1",
"mime-types": "^2.1.26",
"node-fetch": "^2.6.0",
"tweetnacl": "^1.0.1"
},
"devDependencies": {
"@types/dnssd": "^0.4.1",
"@types/mime-types": "^2.1.0",
"@types/node": "^12.12.24",
"@types/node-fetch": "^2.5.4",
"makensis": "^0.18.2",
"mustache": "^3.2.1",
"pkg": "^4.4.2",
"tslint": "^5.20.1"
},
"optionalDependencies": {
"rage-edit": "^1.2.0"
}
}