UNPKG

frida-remote-stream

Version:

Create an outbound stream over a message transport

37 lines (36 loc) 836 B
{ "name": "frida-remote-stream", "version": "6.0.3", "description": "Create an outbound stream over a message transport", "keywords": [ "frida-gum" ], "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "/dist/index.js", "/dist/index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/nowsecure/frida-remote-stream.git" }, "license": "MIT", "bugs": { "url": "https://github.com/nowsecure/frida-remote-stream/issues" }, "homepage": "https://github.com/nowsecure/frida-remote-stream#readme", "scripts": { "prepare": "npm run build", "build": "tsc", "watch": "tsc -w" }, "devDependencies": { "@types/node": "^18.0.0", "typescript": "^5.1.3" }, "dependencies": { "tiny-typed-emitter": "^2.1.0" } }