forked from ChiChou/bagbak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 878 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
{
"name": "bagbak",
"version": "2.5.1",
"description": "Dump iOS app from a jailbroken device, based on frida.re",
"main": "go.js",
"scripts": {
"prepare": "npm run build",
"build": "npm --prefix agent run build",
"watch": "npm --prefix agent run watch",
"postinstall": "npm --prefix agent install"
},
"devDependencies": {
"@types/frida-gum": "^18.3.1",
"@types/node": "^18.15.11",
"frida-compile": "^10.0.0"
},
"dependencies": {
"chalk": "^4.0.0",
"cli-progress": "^3.8.2",
"commander": "^5.1.0",
"frida": "^16.0.11",
"ssh2": "^1.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChiChou/bagbak.git"
},
"keywords": [
"ios",
"dump"
],
"bugs": {
"url": "https://github.com/ChiChou/bagbak/issues"
},
"homepage": "https://github.com/ChiChou/bagbak#readme"
}