-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.3 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.3 KB
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
{
"name": "last-evil-buttplug-electron-makes-me-sad",
"version": "1.0.0",
"description": "Last Evil to Buttplug.io bridge, but in pure node and a web server, because Electron and Frida are why we couldn't have nice things.",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "pkg . --targets node10-win-x64 --output dist/leb64.exe"
},
"pkg": {
"assets": [
"web/build/**/*",
"mono-api/**/*",
"node_modules/frida-mono-api/**/*",
"node_modules/frida-ex-nativefunction/**/*",
"node_modules/frida/**/*.node"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mauabata/last-evil-buttplug-electron-makes-me-sad.git"
},
"author": "Mau Abata <mauabata@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mauabata/last-evil-buttplug-electron-makes-me-sad/issues"
},
"homepage": "https://github.com/mauabata/last-evil-buttplug-electron-makes-me-sad#readme",
"dependencies": {
"chrome-launcher": "^0.13.4",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"frida-inject": "^0.4.1",
"frida-mono-api": "git+https://github.com/freehuntx/frida-mono-api.git#master",
"react-use-websocket": "^2.5.0",
"serve-static": "^1.14.1"
}
}