-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 914 Bytes
/
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
{
"name": "hexo-bangumi-page",
"version": "1.3.0",
"description": "Create Bangumi page on your Hexo blog.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KiritaniAyaka/hexo-bangumi-page.git"
},
"keywords": [
"hexo",
"blog",
"bangumi",
"plugin"
],
"author": "KiritaniAyaka",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/KiritaniAyaka/hexo-bangumi-page/issues"
},
"homepage": "https://github.com/KiritaniAyaka/hexo-bangumi-page#readme",
"devDependencies": {
"@kiritaniayaka/eslint-config": "^0.3.0",
"@types/hexo": "^3.8.7",
"@types/hexo-log": "^0.2.3",
"@types/nunjucks": "^3.2.1",
"eslint": "^8.19.0"
},
"dependencies": {
"axios": "^0.26.1",
"hexo-log": "^3.0.0",
"hexo-pagination": "^3.0.0",
"less": "^4.1.2",
"nunjucks": "^3.2.3"
}
}