forked from RattlesHyper/TrafficerMC
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 KB
/
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
43
44
45
{
"name": "trafficermc",
"author": "RattlesHyper",
"maintainer": "RattlesHyper",
"version": "2.2.0",
"description": "A Minecraft botting tool with Anti-AFK, Chat spammer, Inventory/Chest manager features.",
"license": "MIT",
"main": "main.js",
"scripts": {
"start": "electron .",
"winx64": "electron-builder build --win --x64",
"winx86": "electron-builder build --win --ia32",
"linux64": "electron-builder build --linux --x64",
"linux86": "electron-builder build --linux --ia32"
},
"dependencies": {
"electron-json-storage": "^4.6.0",
"electron-store": "^8.1.0",
"mineflayer": "^4.8.1",
"node-fetch": "2.6.7",
"proxy-agent": "^5.0.0",
"socks": "^2.7.0"
},
"devDependencies": {
"electron": "^21.3.0",
"electron-builder": "^23.6.0"
},
"build": {
"appId": "com.rattleshyper.trafficermc",
"productName": "TrafficerMC",
"copyright": "Copyright © 2022 RattlesHyper",
"win": {
"target": "portable",
"publisherName": "RattlesHyper",
"icon": "assets/icons/app/icon.png"
},
"linux": {
"target": [
"AppImage"
],
"icon": "assets/icons/app/icon.png",
"category": "Utility"
}
}
}