UNPKG

frida-amiga-bridge

Version:

Amiga emulator instrumentation using Frida

39 lines (38 loc) 973 B
{ "name": "frida-amiga-bridge", "version": "2.0.0", "description": "Amiga emulator instrumentation using Frida", "keywords": [ "frida-gum", "frida-gum-bridge" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "type": "module", "files": [ "/dist/" ], "scripts": { "prepare": "npm run build", "build": "tsc", "watch": "./scripts/watch.sh" }, "repository": { "type": "git", "url": "https://github.com/frida/frida-amiga-bridge.git" }, "license": "MIT", "bugs": { "url": "https://github.com/frida/frida-amiga-bridge/issues" }, "homepage": "https://github.com/frida/frida-amiga-bridge#readme", "devDependencies": { "@types/frida-gum": "^19.0.0", "@types/node": "^18.19.111", "frida-compile": "^19.0.4", "typescript": "^5.8.3" } }