forked from deathmemory/FridaContainer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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": "@dmemory/fridacontainer",
"version": "1.0.9",
"description": "fridaContainer written in TypeScript and JavaScript",
"private": false,
"main": "index.ts",
"scripts": {
"prepare": [
"npm run build",
"tsc"
],
"build": "frida-compile index.ts -o _fcagent.js",
"watch": "frida-compile index.ts -o _fcagent.js -w"
},
"bundleDependencies": false,
"devDependencies": {
"@types/frida-gum": "^18.1.0",
"@types/node": "^18.0.6",
"frida-compile": "^10.2.5"
},
"dependencies": {
"@types/base64-js": "^1.3.0",
"@types/node": "^14.14.2",
"base64-ts": "^2.0.1",
"frida-compile": "^10.0.0"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deathmemory/FridaContainer.git"
},
"author": "deathmemory",
"license": "ISC",
"bugs": {
"url": "https://github.com/deathmemory/FridaContainer/issues"
},
"homepage": "https://github.com/deathmemory/FridaContainer#readme",
"files": [
"dist/**/*"
]
}