-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 927 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
41
42
{
"name": "ghidra.js",
"version": "1.0.2",
"description": "JavaScript bindings for Ghidra (Reverse Engineering framework)",
"files": [
"install/*",
"README.md"
],
"scripts": {
"install": "node scripts/install.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ghidra",
"reverse engineering",
"security",
"java",
"analysis"
],
"license": "GPL-3.0",
"homepage": "https://github.com/vaguue/Ghidra.js",
"author": "Seva D. <sabrinarempel7@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/vaguue/Ghidra.js.git"
},
"dependencies": {
"got": "^13.0.0",
"unzipper": "^0.10.14"
},
"bugs": {
"url": "https://github.com/vaguue/Ghidra.js/issues"
},
"main": "index.js",
"directories": {
"example": "examples"
},
"devDependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12"
}
}