forked from Yue-plus/hexo-theme-arknights
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 805 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
{
"name": "hexo-theme-arknights",
"version": "1.15.0",
"description": "一款明日方舟罗德岛阵营的 Hexo 主题",
"author": "yue-plus <Yue_plus@foxmail.com> (https://github.com/Yue-plus)",
"repository": {
"type": "git",
"url": "git+https://github.com/Yue-plus/hexo-theme-arknights.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Yue-plus/hexo-theme-arknights/issues"
},
"homepage": "https://github.com/Yue-plus/hexo-theme-arknights#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p source/js/_src/tsconfig.json"
},
"keywords": [],
"dependencies": {
"hexo-browsersync": "^0.3.0",
"hexo-renderer-pug": "^2.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^2.0.0"
}
}