forked from meilisearch/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 815 Bytes
/
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": "documentation",
"version": "1.6.0",
"description": "",
"main": "index.js",
"dependencies": {},
"scripts": {
"links-check": "cd .github/actions/validate-docs-links && yarn && yarn local:check",
"marklint:fix": "markdownlint '**/*.mdx' --config .markdownlint.jsonc --fix",
"marklint": "markdownlint '**/*.mdx' --config .markdownlint.jsonc",
"proselint": "vale --glob='!.github/*' ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/meilisearch/documentation.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/meilisearch/documentation/issues"
},
"homepage": "https://meilisearch.com/docs",
"devDependencies": {
"@ocular-d/vale-bin": "^2.29.6",
"markdownlint-cli": "^0.37.0"
}
}