Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at domenkozar-patch-1 37 lines 1.1 kB view raw
1{ 2 "name": "fx_cast_bridge", 3 "version": "0.3.1", 4 "type": "module", 5 "scripts": { 6 "build": "node bin/build.js", 7 "package": "node bin/build.js --package", 8 "install-manifest": "node bin/install-manifest.js", 9 "remove-manifest": "node bin/install-manifest.js --remove" 10 }, 11 "dependencies": { 12 "bplist-creator": "^0.1.0", 13 "bplist-parser": "^0.3.1", 14 "castv2": "^0.1.10", 15 "fast-srp-hap": "^2.0.4", 16 "mdns": "^2.7.2", 17 "mime-types": "^2.1.35", 18 "node-fetch": "^3.2.3", 19 "tweetnacl": "^1.0.3", 20 "ws": "^8.5.0", 21 "yargs": "^17.5.1" 22 }, 23 "devDependencies": { 24 "@types/mdns": "^0.0.34", 25 "@types/mime-types": "^2.1.1", 26 "@types/minimist": "^1.2.2", 27 "@types/node": "^17.0.26", 28 "@types/node-fetch": "^2.6.1", 29 "@types/ws": "^8.5.3", 30 "@types/yargs": "^17.0.11", 31 "fs-extra": "^10.1.0", 32 "mustache": "^4.2.0", 33 "pkg": "^5.6.0", 34 "tiny-typed-emitter": "^2.1.0", 35 "typescript": "^4.6.3" 36 } 37}