forked from tera-tools/banker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
35
36
{
"name": "banker",
"version": "1.3.10",
"description": "Deposit items faster from inventory/pockets to any bank type you'd like to. With intuitive blacklisting mode, human-like delays and more.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aurelius88/banker.git"
},
"keywords": [
"tera",
"game",
"mod",
"module",
"bank",
"banking",
"deposit"
],
"author": "aurelius88 <[email protected]>",
"contributors": [
"tera-tools"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/aurelius88/banker/issues"
},
"homepage": "https://github.com/aurelius88/banker#readme",
"private": true,
"scripts": {
"test": "jest --coverage",
"manifest": "node mani-gen.js"
},
"devDependencies": {
"jest": "^28.1.1"
}
}