0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00
markdownlint-cli2-action/package.json

30 lines
886 B
JSON
Raw Normal View History

2021-01-13 07:10:33 +01:00
{
"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"
2021-01-13 07:10:33 +01:00
},
"dependencies": {
"@actions/core": "~1.2.6",
"markdownlint-cli2": "^0.0.14"
2021-01-13 07:10:33 +01:00
},
"devDependencies": {
"@vercel/ncc": "~0.29.0",
"eslint": "~7.31.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-unicorn": "~34.0.1"
2021-01-13 07:10:33 +01:00
}
}