forked from MassTransit/MassTransit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.2 KB
/
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
{
"name": "masstransit-docs",
"version": "0.1.0",
"description": "MassTransit Documentation",
"main": "index.js",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"vuepress": "^1.8.2"
},
"dependencies": {
"esm": "^3.2.25",
"remove-markdown": "^0.3.0",
"vue-tweet-embed": "^2.4.0"
},
"scripts": {
"docs:build": "bash -c \"rm -rf docs/.vuepress/dist\" && vuepress build docs",
"docs:publish": "cd docs/.vuepress/dist && git init && git fetch https://github.com/MassTransit/masstransit.github.io.git && git checkout 220443cd2ab45d486fcee10a65669aff0bda31ab && git checkout -b master && git add . && git commit -am \"Deploy Documentation\" && git push --force --set-upstream https://github.com/MassTransit/masstransit.github.io.git master",
"docs:dev": "vuepress dev docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MassTransit/MassTransit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MassTransit/MassTransit/issues"
},
"homepage": "https://github.com/MassTransit/MassTransit#readme"
}