forked from x-cold/yuque-hexo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.78 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
62
63
64
65
66
67
68
69
70
{
"scripts": {
"sync": "yuque-hexo sync",
"clean:yuque": "yuque-hexo clean",
"deploy": "npm run sync && hexo clean && hexo g -d",
},
"yuqueConfig": {
"baseUrl": "https://www.yuque.com/api/v2",
"login": "u46795",
"repo": "blog",
"mdNameFormat": "title",
"postPath": "source/_posts/yuque"
},
"name": "yuque-hexo",
"version": "1.9.5",
"description": "A downloader for articles from yuque",
"main": "index.js",
"scripts": {
"clean": "rimraf coverage",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run clean && npm run lint && egg-bin cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-cold/yuque-hexo.git"
},
"bin": {
"yuque-hexo": "bin/yuque-hexo.js"
},
"author": "x-cold <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/x-cold/yuque-hexo/issues"
},
"homepage": "https://github.com/x-cold/yuque-hexo#readme",
"dependencies": {
"@yuque/sdk": "^1.1.1",
"ali-oss": "6.17.0",
"chalk": "^2.4.1",
"common-bin": "^2.7.3",
"cos-nodejs-sdk-v5": "^2.11.6",
"debug": "^3.1.0",
"depd": "^2.0.0",
"ejs": "^3.1.6",
"filenamify": "^4.1.0",
"hexo-front-matter": "^0.2.3",
"html-entities": "^1.2.1",
"lodash": "^4.17.10",
"mkdirp": "^1.0.0",
"moment": "^2.22.2",
"prettier": "^2.0.4",
"qiniu": "^7.4.0",
"queue": "^4.5.0",
"rimraf": "^2.6.2",
"superagent": "^7.0.2",
"update-check": "^1.5.3",
"upyun": "^3.4.6",
"urllib": "^2.29.1"
},
"devDependencies": {
"coffee": "^5.1.0",
"egg-bin": "^4.8.3",
"egg-ci": "^1.8.0",
"eslint": "^5.4.0",
"eslint-config-egg": "^7.1.0"
}
}