forked from romtec123/stashbot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 719 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 719 Bytes
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
{
"name": "stashbot",
"version": "1.0.0",
"description": "stash bot",
"main": "index.js",
"dependencies": {
"@rob9315/mcproxy": "^0.1.1",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"mineflayer": "^3.7.0",
"prismarine-tokens-fixed": "^1.1.2",
"request": "^2.88.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romtec123/stashbot.git"
},
"author": "romtec123",
"license": "ISC",
"bugs": {
"url": "https://github.com/romtec123/stashbot/issues"
},
"homepage": "https://github.com/romtec123/stashbot#readme"
}