mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-12-22 21:03:53 +01:00
29 lines
886 B
JSON
29 lines
886 B
JSON
{
|
|
"name": "markdownlint-cli2-action",
|
|
"description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library",
|
|
"author": {
|
|
"name": "David Anson",
|
|
"url": "https://dlaa.me/"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint-cli2-action",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DavidAnson/markdownlint-cli2-action.git"
|
|
},
|
|
"bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
|
|
"scripts": {
|
|
"build": "ncc build markdownlint-cli2-action.js",
|
|
"test": "eslint *.js"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "~1.2.6",
|
|
"markdownlint-cli2": "~0.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "~0.27.0",
|
|
"eslint": "~7.18.0",
|
|
"eslint-plugin-node": "~11.1.0",
|
|
"eslint-plugin-unicorn": "~26.0.1"
|
|
}
|
|
}
|