-
-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 868 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 868 Bytes
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
{
"name": "frida-java-bridge",
"version": "7.0.12",
"description": "Java runtime interop from Frida",
"keywords": [
"frida-gum",
"frida-gum-bridge"
],
"type": "module",
"main": "index.js",
"files": [
"/index.js",
"/index.d.ts",
"/lib/**/*.js",
"/lib/**/*.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/frida/frida-java-bridge.git"
},
"license": "LGPL-2.0 WITH WxWindows-exception-3.1",
"bugs": {
"url": "https://github.com/frida/frida-java-bridge/issues"
},
"homepage": "https://github.com/frida/frida-java-bridge#readme",
"scripts": {
"lint": "eslint lib",
"fix": "eslint --fix lib"
},
"devDependencies": {
"@types/frida-gum": "^18.7.2",
"frida-compile": "^16.4.1",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.0",
"neostandard": "^0.12.1"
}
}