-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
52 lines (52 loc) · 1.01 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
{
"name": "hexo-douban",
"version": "2.3.6",
"description": "Generate douban pages of books , movies and games for Hexo.",
"main": "dist/index.js",
"targets": {
"js": {
"source": "index.ts",
"distDir": "dist/",
"optimize": true
}
},
"scripts": {
"build": "parcel build --no-source-maps"
},
"dependencies": {
"hexo-fs": "4.1.1",
"hexo-log": "3.2.0",
"idouban": "1.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mythsman/hexo-douban.git"
},
"files": [
"dist"
],
"keywords": [
"hexo-plugin",
"books",
"movies",
"games",
"songs",
"hexo",
"douban",
"idouban"
],
"author": "mythsman",
"license": "MIT",
"devDependencies": {
"@types/hexo": "^3.8.12",
"@types/hexo-log": "^0.2.6",
"parcel": "^2.12.0"
},
"bugs": {
"url": "https://github.com/mythsman/hexo-douban/issues"
},
"engines": {
"node": ">= 18"
},
"homepage": "https://github.com/mythsman/hexo-douban/"
}