-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 963 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
41
42
43
44
45
46
47
48
49
{
"name": "cod-api",
"version": "4.1.0",
"description": "A Call of Duty Network API wrapper written in Typescript",
"scripts": {
"build": "tsc"
},
"homepage": "https://github.com/jakejrichards/cod-api",
"bugs": {
"url": "https://github.com/jakejrichards/cod-api/issues",
"email": "jjrichar@go.olemiss.edu"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": {
"name": "Jake Richards",
"email": "jjrichar@go.olemiss.edu"
},
"keywords": [
"call",
"of",
"duty",
"cod",
"api",
"cod",
"api",
"ww2",
"infinite",
"warfare",
"black",
"ops",
"modern",
"warfare",
"call",
"of",
"duty",
"api"
],
"license": "MIT",
"dependencies": {
"node-fetch": "^2.3.0"
},
"repository": "github:jakejrichards/cod-api",
"readmeFilename": "README.md",
"devDependencies": {
"@types/node-fetch": "^2.1.4",
"typescript": "^3.1.0"
}
}