forked from yiyungent/PluginCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 981 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
{
"name": "PluginCore",
"version": "0.1.0",
"description": "<p align=\"center\">\r <img src=\".vuepress/public/images/logo.png\" alt=\"PluginCore\">\r </p>\r <h1 align=\"center\">PluginCore</h1>",
"main": "",
"scripts": {
"docs:test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yiyungent/PluginCore.git"
},
"keywords": [
"PluginCore"
],
"author": "yiyun",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yiyungent/PluginCore/issues"
},
"homepage": "https://github.com/yiyungent/PluginCore#readme",
"dependencies": {
"@lukemnet/vuepress-plugin-matomo": "^1.0.3",
"vuepress": "^1.5.2"
},
"devDependencies": {
"vuepress-plugin-mermaidjs": "^1.9.1"
}
}