2021-01-12 22:10:33 -08:00
|
|
|
{
|
|
|
|
"name": "markdownlint-cli2-action",
|
2025-01-18 21:27:44 -08:00
|
|
|
"version": "19.1.0",
|
2021-01-12 22:10:33 -08:00
|
|
|
"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",
|
2024-11-17 16:48:20 -08:00
|
|
|
"type": "module",
|
2021-01-12 22:10:33 -08:00
|
|
|
"homepage": "https://github.com/DavidAnson/markdownlint-cli2-action",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-09-17 11:09:28 -07:00
|
|
|
"url": "git+https://github.com/DavidAnson/markdownlint-cli2-action.git"
|
2021-01-12 22:10:33 -08:00
|
|
|
},
|
|
|
|
"bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
|
2023-10-08 20:02:39 -07:00
|
|
|
"funding": "https://github.com/sponsors/DavidAnson",
|
2021-01-12 22:10:33 -08:00
|
|
|
"scripts": {
|
2024-11-17 16:48:20 -08:00
|
|
|
"build": "ncc build markdownlint-cli2-action.mjs",
|
|
|
|
"lint": "eslint *.mjs --max-warnings 0 && markdownlint-cli2 *.md",
|
|
|
|
"test": "npm run lint && npm run build && git diff --exit-code"
|
2021-01-12 22:10:33 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-07 09:23:03 +00:00
|
|
|
"@actions/core": "1.11.1",
|
2025-01-17 09:48:55 +00:00
|
|
|
"markdownlint-cli2": "0.17.2"
|
2021-01-12 22:10:33 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-02-10 16:50:35 +00:00
|
|
|
"@eslint/js": "9.20.0",
|
2025-02-10 09:36:27 +00:00
|
|
|
"@stylistic/eslint-plugin": "3.1.0",
|
2024-11-15 09:19:35 +00:00
|
|
|
"@vercel/ncc": "0.38.3",
|
2025-02-10 09:36:21 +00:00
|
|
|
"eslint": "9.20.0",
|
2024-12-23 09:14:20 +00:00
|
|
|
"eslint-plugin-n": "17.15.1",
|
2024-11-19 21:05:03 +00:00
|
|
|
"eslint-plugin-unicorn": "56.0.1"
|
2021-01-12 22:10:33 -08:00
|
|
|
}
|
|
|
|
}
|