-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
38 lines (38 loc) · 887 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
{
"name": "gw2api-client",
"version": "7.8.3",
"description": "A javascript wrapper around the official Guild Wars 2 API",
"main": "./src/index.js",
"scripts": {
"test": "jest --runInBand --forceExit",
"lint": "standard"
},
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gw2efficiency/gw2api-client"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js"
]
},
"dependencies": {
"@emotion/hash": "^0.7.0",
"array-unique": "^0.3.2",
"chunk": "^0.0.2",
"debounce": "^1.2.0",
"fast-get": "^1.0.3",
"idb-keyval": "^3.1.0",
"lets-fetch": "^2.2.0",
"querystringify": "^2.0.0"
},
"devDependencies": {
"babel-plugin-rewire": "^1.2.0",
"jest": "^23.6.0",
"mockdate": "^2.0.2",
"redis": "^2.6.2",
"standard": "^12.0.1"
}
}