-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 959 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
{
"name": "hexo-tag-common",
"version": "0.2.0",
"description": "Common tags for hexo.",
"main": "index.js",
"scripts": {
"build": "sass scss/index.scss css/index.css",
"ci:publish": "zx scripts/publish.mjs",
"dev": "sass --watch scss/index.scss css/index.css --no-source-map",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"release": "zx scripts/release.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/hexo-tag-common.git"
},
"author": {
"name": "YunYouJun",
"email": "[email protected]",
"url": "https://www.yunyoujun.cn"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/YunYouJun/hexo-tag-common/issues"
},
"homepage": "https://github.com/YunYouJun/hexo-tag-common#readme",
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"hexo": "^6.2.0",
"sass": "^1.51.0",
"zx": "^6.1.0"
}
}