forked from Lierrmm/Node-CallOfDuty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 923 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
37
38
39
40
{
"name": "call-of-duty-api",
"version": "1.2.5",
"description": "Wrapper for the Call Of Duty API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lierrmm/Node-CallOfDuty.git"
},
"keywords": [
"br",
"warzone",
"call-of-duty",
"call of duty",
"modern warfare",
"black ops",
"iw",
"battle royale"
],
"author": "Liam Gaskell",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lierrmm/Node-CallOfDuty/issues"
},
"homepage": "https://github.com/Lierrmm/Node-CallOfDuty#readme",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Lierrmm"
},
"dependencies": {
"axios": "^0.19.2",
"axios-rate-limit": "^1.2.1",
"http-proxy": "^1.18.1",
"proxy-from-env": "^1.1.0",
"uniqid": "^5.2.0"
}
}