forked from mojaloop/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.55 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mojaloop-docs-vuepress",
"version": "0.0.1",
"description": "Mojaloop Documentation 2.0",
"license": "Apache-2.0",
"authors": {
"name": "Uduak Obong-Eren",
"email": "[email protected]"
},
"repository": "https://www.github.com/mojaloop/documentation",
"engines": {
"node": "=16.x"
},
"engines": {
"node": "=16.x"
},
"scripts": {
"dev": "npx npx vuepress dev docs",
"build": "npx npx vuepress build docs",
"build:plantuml:all": "./scripts/_build_plantuml.sh",
"build:plantuml:diff": "MODE=STAGED_GIT ./scripts/_build_plantuml.sh",
"lint": "npx markdownlint './docs/**/*.md' --ignore node_modules --config markdownlint.yaml",
"lint:fix": "npm run lint -- --fix",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u",
"prepare": "npx husky install",
"lint": "npx markdownlint './docs/**/*.md' --ignore node_modules --config markdownlint.yaml",
"lint:fix": "npm run lint -- --fix",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u",
"prepare": "npx husky install"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"got": "^12.5.2",
"husky": "^8.0.1",
"markdownlint-cli": "^0.32.2",
"npm-check-updates": "^16.3.14",
"plantuml-encoder": "^1.4.0",
"svgo": "^2.8.0",
"vuepress": "^1.9.7",
"vuepress-plugin-versioning": "git+https://github.com/mojaloop/vuepress-plugin-versioning.git#dcb14962a69b8e5aaf184d2d1a31ae4f43870bc1",
"vuepress-theme-titanium": "^4.11.0"
}
}