{ "name": "frida-agent-example", "version": "1.0.0", "description": "Example Frida agent written in TypeScript", "private": true, "main": "agent/index.ts", "scripts": { "prepare": "npm run build", "build": "frida-compile agent/index.ts -o _agent.js -c ", "watch": "frida-compile agent/index.ts -o _agent.js -w", "lint": "eslint agent/**/*.ts" }, "devDependencies": { "@types/frida-gum": "^17.2.0", "@types/node": "^16.11.12", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "frida-compile": "^10.2.5" }, "dependencies": { "jnitrace-engine": "^1.1.0", "source-map": "^0.7.4" } }