mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-12-22 21:03:53 +01:00
29 lines
885 B
JSON
29 lines
885 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.5.0",
|
|
"markdownlint-cli2": "~0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "~0.31.1",
|
|
"eslint": "~7.32.0",
|
|
"eslint-plugin-node": "~11.1.0",
|
|
"eslint-plugin-unicorn": "~36.0.0"
|
|
}
|
|
}
|