-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 1 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
{
"name": "wow-classic-items",
"version": "2.0.1",
"description": "Collection of all WoW Vanilla, TBC and WotLK Classic items.",
"main": "index.js",
"scripts": {
"build": "node ./build/build.js",
"validate": "node ./build/validate.js",
"test": "mocha -s 10000 --timeout 10000",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/Nakroma/wow-classic-items.git"
},
"keywords": [
"wow",
"wow-classic",
"items"
],
"author": "nakroma",
"license": "MIT",
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"colors": "^1.4.0",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"p-limit": "3.1.0",
"progress": "^2.0.3",
"request": "^2.88.2",
"requestretry": "^7.1.0"
},
"dependencies": {}
}