-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 917 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
{
"name": "@yubisaki/vuepress-plugin-blog",
"version": "0.1.8",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"description": "blog support plugin for vuepress theme yubisaki ",
"keywords": [
"vuepress",
"vuepress-plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Yubisaki/vuepress-plugin-blog.git"
},
"bugs": "https://github.com/Yubisaki/vuepress-plugin-blog/issues",
"homepage": "https://github.com/Yubisaki/vuepress-plugin-blog#readme",
"main": "index.js",
"author": "子肃 <[email protected]>",
"license": "MIT",
"scripts": {
"release": "release-it"
},
"dependencies": {
"@yubisaki/plugin-utils": "^0.1.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-task-lists": "^2.1.1"
},
"devDependencies": {
"conventional-changelog-cli": "^2.0.5",
"release-it": "^7.6.1"
}
}