-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.25 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
47
48
49
{
"name": "marker",
"version": "2.1.2",
"description": "HKJC Mark Six records scraper",
"private": true,
"author": "kitce",
"license": "UNLICENSED",
"engines": {
"node": ">=8.10.0",
"npm": ">=5.7.1",
"yarn": ">=1.5.1"
},
"scripts": {
"build": "rm -rf dist/* && tsc",
"fetch": "node dist/scripts/fetch.js",
"stats": "node dist/scripts/stats.js",
"lint": "tslint --project tsconfig.json --config tslint.json"
},
"dependencies": {
"bluebird": "~3.5.1",
"lodash": "4.17.10",
"memory-cache": "^0.2.0",
"mkdirp": "^0.5.1",
"moment": "2.22.1",
"ms": "^2.1.1",
"object-hash": "^1.3.0",
"puppeteer": "^1.9.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bluebird": "^3.5.21",
"@types/debug": "^0.0.30",
"@types/dotenv": "^4.0.3",
"@types/joi": "^13.3.0",
"@types/lodash": "^4.14.110",
"@types/memory-cache": "^0.2.0",
"@types/mkdirp": "^0.5.2",
"@types/moment": "^2.13.0",
"@types/ms": "^0.7.30",
"@types/node": "^10.5.2",
"@types/object-hash": "^1.2.0",
"@types/p-retry": "^1.0.1",
"@types/puppeteer": "^1.9.1",
"debug": "^3.1.0",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^2.9.2"
}
}