-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 949 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
31
32
33
34
{
"name": "mineflayer-task-manager",
"displayName": "Mineflayer Task Manager",
"version": "1.1.7",
"description": "A mineflayer task queue manager. It's promise based, but you can also use non async functions in the queue.",
"main": "index.js",
"author": "StoneTrench",
"license": "MIT",
"scripts": {
"test": "node test/index.js"
},
"dependencies": {
"mineflayer": "^4.5.1"
},
"devDependencies": {
"node": "^14.15.3",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/StoneTrench/mineflayer-task-manager"
},
"homepage": "https://github.com/StoneTrench/mineflayer-task-manager#readme",
"bugs": {
"url": "https://github.com/StoneTrench/mineflayer-task-manager/issues"
},
"keywords": [
"mineflayer",
"promise",
"minecraft",
"bot",
"task"
]
}