nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 21.11 41 lines 1.2 kB view raw
1{ 2 "name": "fx_cast_bridge", 3 "version": "0.1.2", 4 "__applicationName": "fx_cast_bridge", 5 "__applicationVersion": "0.1.0", 6 "__applicationDirectoryName": "fx_cast", 7 "__applicationExecutableName": "fx_cast_bridge", 8 "scripts": { 9 "build": "node bin/build.js", 10 "package": "node bin/build.js --package", 11 "install-manifest": "node bin/install-manifest.js", 12 "remove-manifest": "node bin/install-manifest.js --remove" 13 }, 14 "dependencies": { 15 "@types/minimist": "^1.2.1", 16 "@types/ws": "^7.4.0", 17 "bplist-creator": "0.0.8", 18 "bplist-parser": "^0.2.0", 19 "castv2": "^0.1.10", 20 "fast-srp-hap": "^2.0.2", 21 "mdns": "^2.5.1", 22 "mime-types": "^2.1.27", 23 "minimist": "^1.2.5", 24 "node-fetch": "^2.6.0", 25 "tweetnacl": "^1.0.3", 26 "ws": "^7.4.3" 27 }, 28 "devDependencies": { 29 "@types/mdns": "0.0.33", 30 "@types/mime-types": "^2.1.0", 31 "@types/node": "^13.13.15", 32 "@types/node-fetch": "^2.5.7", 33 "fs-extra": "^9.1.0", 34 "mustache": "^4.0.1", 35 "pkg": "^4.4.9", 36 "typescript": "^4.1.5" 37 }, 38 "optionalDependencies": { 39 "rage-edit": "^1.2.0" 40 } 41}