-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 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
{
"name": "openapi-guide",
"version": "1.0.0",
"description": "OpenAPI design and style guide",
"main": "index.js",
"repository": "[email protected]:ocular-d/openapi-guide.git",
"author": "sven <[email protected]>",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:alex": "alex ./docs",
"docs:vale": "./node_modules/.bin/vale docs",
"docs:markdown": "./node_modules/.bin/markdownlint docs/**/*.md",
"docs:linkcheck": "find . -type f -name '*.md' ! -path './node_modules/*' ! -path './README.md' ! -path './.github/*' ! -path './CHANGELOG.md' ! -path './archive/*' | xargs -L1 markdown-link-check -c .mlc_config.json --quiet"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.6",
"@ocular-d/vale-bin": "^1.0.7",
"@stoplight/spectral": "^5.9.1",
"@xiaopanda/vuepress-plugin-code-copy": "^1.0.3",
"alex": "^9.1.0",
"markdown-link-check": "^3.8.7",
"markdownlint-cli": "^0.27.1",
"vuepress": "^1.8.2",
"vuepress-plugin-reading-time": "^0.1.1"
}
}