forked from WalletWasabi/WasabiDoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.05 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": "wasabidoc",
"version": "0.1.0",
"description": "[Wasabi](https://wasabiwallet.io) is an open-source, non-custodial, privacy focused Bitcoin wallet for desktop. It implements a trustless privacy technique, called [Chaumian CoinJoin](https://github.com/nopara73/ZeroLink/).",
"config": {
"dist": "docs/.vuepress/dist"
},
"scripts": {
"prestart": "rm -rf $npm_package_config_dist",
"start": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "echo 'docs.wasabiwallet.io' > $npm_package_config_dist/CNAME && gh-pages -d $npm_package_config_dist -m 'deploy'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkSNACKs/WasabiDoc.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkSNACKs/WasabiDoc/issues"
},
"homepage": "https://github.com/zkSNACKs/WasabiDoc#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "1.5.0",
"gh-pages": "2.2.0",
"markdown-it-custom-block": "0.1.1",
"vuepress": "1.5.0"
},
"engines": {
"node": ">=10.16"
}
}