-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 KB
/
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
41
42
43
44
45
{
"name": "igf",
"version": "0.11.6",
"description": "Runtime Application Instruments for iOS",
"main": "index.js",
"dependencies": {
"@types/frida-gum": "^18.7.0",
"commander": "^12.1.0",
"frida": "^16.4.7",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-router": "^12.0.1",
"koa-send": "^5.0.1",
"socket.io": "^4.7.5"
},
"scripts": {
"postinstall": "node scripts/install.mjs",
"prepublishOnly": "node scripts/prepublish.mjs",
"dev": "node scripts/dev.mjs"
},
"files": [
"server/bin",
"server/dist",
"server/templates",
"gui/dist",
"scripts",
"agent/dist.js",
"agent/eval.js"
],
"bin": {
"igf": "bin/igf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChiChou/Grapefruit.git"
},
"author": "CodeColorist",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChiChou/Grapefruit/issues"
},
"homepage": "https://github.com/ChiChou/Grapefruit#readme"
}