-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.41 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ic-comic-spider",
"version": "2.6.2",
"description": "comic script",
"main": "./dist/index.js",
"bin": {
"icsdr": "./dist/bin/icsdr.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp watch",
"dist": "gulp dist",
"deps": "npm i && npm i gulp-cli -g"
},
"repository": {
"type": "git",
"url": "git+https://github.com/issaxite/comic-spider.git"
},
"keywords": [
"comic",
"spider"
],
"files": [
"dist/bin",
"dist/lib",
"dist/config"
],
"author": "isaac",
"license": "ISC",
"bugs": {
"url": "https://github.com/issaxite/comic-spider/issues"
},
"homepage": "https://github.com/issaxite/comic-spider#readme",
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"cheerio": "^1.0.0-rc.2",
"commander": "^2.19.0",
"iconv-lite": "^0.4.24",
"ora": "^3.0.0",
"sharp": "^0.21.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@types/cheerio": "^0.22.10",
"@types/ora": "^3.0.0",
"@types/sharp": "^0.21.2",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.1",
"run-sequence": "^2.2.1",
"ts-polyfill": "^3.0.1",
"tslib": "^1.9.3",
"typescript": "^3.2.4"
}
}