-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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": "iris-scraper",
"version": "1.1.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"compile": "shx rm -rf lib && tsc",
"prepublish": "npm run compile",
"install:bin": "(npm unlink || true) && npm link"
},
"keywords": [],
"author": {
"url": "https://github.com/ShinChven",
"name": "ShinChven ZHANG",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/ShinChven/iris.git"
},
"license": "ISC",
"bin": {
"iris": "lib/cli.js"
},
"dependencies": {
"download": "^8.0.0",
"fs-extra": "^10.0.0",
"moment": "^2.29.1",
"puppeteer-core": "^10.2.0",
"qs": "^6.10.1",
"superagent": "^6.1.0",
"superagent-proxy": "^3.0.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.30",
"@types/download": "^8.0.1",
"@types/fs-extra": "^9.0.12",
"@types/mocha": "^9.0.0",
"@types/moment": "^2.13.0",
"@types/node": "^16.9.1",
"@types/puppeteer-core": "^5.4.0",
"@types/qs": "^6.9.7",
"@types/superagent": "^4.1.12",
"@types/superagent-proxy": "^2.0.1",
"mocha": "^9.1.1",
"shx": "^0.3.3",
"ts-mocha": "^8.0.0",
"typescript": "^4.4.3"
}
}