{ "name": "frida-android-agent", "version": "1.0.0", "description": "Frida agent written in TypeScript", "private": true, "main": "agent/index.ts", "scripts": { "watch02": "frida-compile 02_JAVA求HOOK/index.ts -o build/02.js -w", "runx": "D:/Python/Python399/Scripts/frida.exe -U -N winmine.exe -l ./build/02.js -q", "runx-debug": "D:/Python/Python399/Scripts/frida.exe -U winmine.exe -l ./build/02.js --debug --runtime=v8" }, "devDependencies": { "@types/frida-gum": "^18.7.0", "@types/node": "^20.11.28", "frida-compile": "^10.2.1", "typescript": "^5.4.2" } }