mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
|
{
|
||
|
"name": "markdownlint-rules-grav-pages",
|
||
|
"version": "1.0.19",
|
||
|
"description": "Markdownlint rules for Grav Pages",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"repository": "https://github.com/syseleven/markdownlint-rules-grav-pages",
|
||
|
"author": "Bastian Hofmann <b.hofmann@syseleven.de>",
|
||
|
"scripts": {
|
||
|
"lint": "eslint .",
|
||
|
"test": "jest tests",
|
||
|
"release": "standard-version"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"markdownlint-rule"
|
||
|
],
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "npm run lint && npm run test"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"jsonschema": "^1.2.5",
|
||
|
"markdown-it": "^12.3.2",
|
||
|
"markdownlint": "^0.25.1",
|
||
|
"markdownlint-cli": "^0.31.1",
|
||
|
"transliteration": "^2.1.8",
|
||
|
"yamljs": "^0.3.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^6.8.0",
|
||
|
"eslint-config-airbnb-base": "^14.1.0",
|
||
|
"eslint-plugin-import": "^2.20.1",
|
||
|
"husky": "^4.2.3",
|
||
|
"jest": "^28.1.0",
|
||
|
"standard-version": "^9.5.0"
|
||
|
},
|
||
|
"jest": {
|
||
|
"testEnvironmentOptions": {
|
||
|
"url": "http://localhost"
|
||
|
}
|
||
|
}
|
||
|
}
|