-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "wotb-scripts",
"version": "1.0.0",
"description": "Example scripts using the wotblitz.js API wrapper.",
"bin": {
"average-tier": "./average-tier.js",
"frags": "./frags.js",
"in-garage": "./in-garage.js",
"period": "./period.js",
"recently-played": "./recently-played.js",
"sold-tanks": "./sold-tanks.js",
"tank-frags": "./tank-frags.js",
"wr": "./wr.js"
},
"scripts": {
"login": "wotblitz-cli auth --login",
"prolongate": "wotblitz-cli auth --prolongate"
},
"keywords": [
"tank",
"tanks",
"wargaming",
"wargaming.net",
"wot",
"wotb",
"wotblitz"
],
"author": "Cody A. Taylor <codemister99@yahoo.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/CodeMan99/wotb-scripts.git"
},
"dependencies": {
"commander": "^2.15.1",
"concat-stream": "^1.6.2",
"node-fetch": "^1.7.2",
"promisepipe": "^2.0.0",
"stream-json": "^1.1.3",
"table": "^5.1.0",
"wotblitz": "^1.1.1"
},
"devDependencies": {
"wotblitz-cli": "^3.1.0"
}
}