forked from WFCD/warframe-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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": "warframe-status",
"version": "1.0.2",
"author": "nspacestd",
"repository": "https://github.com/wfcd/warframe-status.git",
"dependencies": {
"apicache": "^1.2.3",
"express": "^4.16.4",
"express-async-handler": "^1.1.3",
"helmet": "^3.15.0",
"json-fetch-cache": "^0.1.3",
"nexus-stats-api": "^1.0.0",
"twitter": "^1.7.1",
"warframe-items": "^1.139.0",
"warframe-nexus-query": "^1.1.1",
"warframe-worldstate-data": "^0.1.9",
"warframe-worldstate-parser": "^2.1.21",
"winston": "^3.1.0"
},
"devDependencies": {
"@types/apicache": "^1.2.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "7.11.1",
"greenkeeper-lockfile": "^1.15.1",
"nodemon": "^1.18.6"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon",
"test": "exit 0"
},
"engines": {
"node": "10.3.0",
"npm": "6.1.0"
},
"license": "Apache-2.0",
"nodemonConfig": {
"ignore": [],
"env": {
"LOG_LEVEL": "silly"
}
}
}