-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
59 lines (59 loc) · 1.67 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "pistonbot",
"version": "1.0.0",
"description": "My own minecraft bot.",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts 6b6t",
"lint": "ts-standard",
"fix": "ts-standard --fix",
"test": "ts-node index.ts localhost",
"setupDev": "cp discord.json.example discord.json && cp secrets.json.example secrets.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexProgrammerDE/PistonBot.git"
},
"keywords": [
"minecraft",
"bot"
],
"author": "AlexProgrammerDE",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexProgrammerDE/PistonBot/issues"
},
"homepage": "https://github.com/AlexProgrammerDE/PistonBot#readme",
"dependencies": {
"discord.js": "^14.0.0",
"express": "^4.17.1",
"express-prettify": "^0.1.1",
"helmet": "^6.0.0",
"minecraft-data": "^3.0.0",
"minecraft-protocol": "^1.25.0",
"mineflayer": "^4.0.0",
"mineflayer-armor-manager": "^1.4.1",
"mineflayer-auto-eat": "^2.0.0",
"mineflayer-pathfinder": "^2.0.0",
"mineflayer-tps": "^1.0.1",
"mineflayer-web-inventory": "^1.4.0",
"prismarine-chat": "^1.0.3",
"prismarine-entity": "^2.0.0",
"prismarine-registry": "^1.1.0",
"prismarine-viewer": "^1.19.3",
"request": "^2.88.2",
"require-self": "^0.2.3",
"ts-node": "^10.0.0",
"typescript": "^4.2.4",
"urban-dictionary": "^3.0.0"
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/node": "17.0.21",
"@types/urban-dictionary": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.36.0",
"@typescript-eslint/parser": "5.36.0",
"eslint": "8.22.0",
"ts-standard": "11.0.0"
}
}