forked from Lierrmm/Node-CallOfDuty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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": "call-of-duty-api",
"version": "2.2.0",
"description": "Wrapper for the Call Of Duty API.",
"main": "index.js",
"scripts": {
"build": "terser --compress --output index.js -- draft.js"
},
"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",
"Cold War",
"cw",
"3arc",
"vanguard"
],
"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.24.0",
"axios-rate-limit": "^1.3.0",
"puppeteer": "^12.0.0",
"puppeteer-extra": "^3.1.18",
"puppeteer-extra-plugin-recaptcha": "^3.4.0",
"puppeteer-extra-plugin-stealth": "^2.7.8",
"uniqid": "^5.3.0"
}
}