forked from vechain/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 729 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 729 Bytes
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": "thor-doc",
"version": "1.0.0",
"description": "VeChain Official documentation. Everything you need to know about VeChainThor",
"scripts": {
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/vechain/doc.git"
},
"author": "VeChain Dev",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/vechain/doc/issues"
},
"homepage": "https://github.com/vechain/doc#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"vuepress": "^1.8.2",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-sitemap": "^2.3.1"
}
}