forked from vfsfitvnm/frida-il2cpp-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 936 Bytes
/
package.json
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
32
33
34
35
36
37
38
39
40
{
"name": "frida-il2cpp-bridge",
"version": "0.4.3",
"description": "Frida module to dump, manipulate and hijack any IL2CPP application at runtime with a high level of abstraction.",
"keywords": [
"frida",
"il2cpp",
"global-metadata.dat"
],
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist/*"
],
"scripts": {
"build": "tsc"
},
"author": "vfsfitvnm",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/vfsfitvnm/frida-il2cpp-bridge.git"
},
"prettier": {
"tabWidth": 4,
"arrowParens": "avoid",
"trailingComma": "none",
"printWidth": 140,
"bracketSpacing": true
},
"devDependencies": {
"@types/frida-gum": "^17.1.0",
"prettier": "^2.3.2"
},
"dependencies": {
"decorator-cache-getter": "^1.0.0",
"fastest-levenshtein": "^1.0.12"
}
}