-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
35 lines (35 loc) · 886 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
{
"name": "frida-java-bridge",
"version": "6.3.6",
"description": "Java runtime interop from Frida",
"main": "index.js",
"files": [
"/index.js",
"/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"
},
"dependencies": {
"jssha": "^3.1.2"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1"
}
}