forked from gw2efficiency/game-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 920 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
{
"name": "@gw2efficiency/game-data",
"description": "Additional game data that the API does not provide",
"version": "0.1.53",
"repository": "[email protected]:gw2efficiency/game-data.git",
"author": "queicherius <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"generate": "node ./tasksfile.js generate",
"build": "node ./tasksfile.js build",
"lint": "prettier --list-different 'src/**/*.ts'",
"format": "prettier --write 'src/**/*.ts'"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/node-fetch": "^2.5.7",
"cheerio": "^1.0.0-rc.12",
"escape-regex-string": "^1.0.6",
"flocky": "^0.2.3",
"glob": "^7.1.5",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"tasksfile": "^5.1.1",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"typescript": "4.5.2"
}
}