-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"scripts": {
"watch": "node_modules/.bin/frida-compile device/device.ts -o script.js -w",
"build": "node_modules/.bin/frida-compile device/device.ts -o script.js -c",
"agent": "node_modules/.bin/frida-compile agent/agent.ts -o script.js -c -w",
"debug": "node_modules/.bin/frida-compile agent/debug.ts -o debug.js -c"
},
"dependencies": {
"@frida/assert": "^3.0.2",
"@frida/buffer": "^7.0.4",
"@frida/crypto": "^1.0.1",
"@frida/events": "^4.0.4",
"@frida/http": "^4.0.2",
"@frida/net": "^5.0.0",
"@frida/path": "^2.0.3",
"@frida/process": "^1.2.1",
"@frida/stream": "^1.0.2",
"@frida/string_decoder": "^2.0.0",
"@frida/timers": "^3.0.0",
"@frida/url": "^1.0.2",
"@frida/util": "^1.0.3",
"@types/frida-gum": "^19.0.0",
"@types/node": "^18.16.3",
"assert-browserify": "^2.0.0",
"esbuild": "^0.17.18",
"frida-compile": "^19.0.4",
"frida-fs": "^7.0.0",
"frida-il2cpp-bridge": "^0.12.0",
"frida-java-bridge": "^7.0.12"
}
}