2021-01-13 07:10:33 +01:00
|
|
|
{
|
|
|
|
"name": "markdownlint-cli2-action",
|
2024-11-15 03:45:17 +01:00
|
|
|
"version": "18.0.0",
|
2021-01-13 07:10:33 +01: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-18 01:48:20 +01:00
|
|
|
"type": "module",
|
2021-01-13 07:10:33 +01:00
|
|
|
"homepage": "https://github.com/DavidAnson/markdownlint-cli2-action",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-09-17 20:09:28 +02:00
|
|
|
"url": "git+https://github.com/DavidAnson/markdownlint-cli2-action.git"
|
2021-01-13 07:10:33 +01:00
|
|
|
},
|
|
|
|
"bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
|
2023-10-09 05:02:39 +02:00
|
|
|
"funding": "https://github.com/sponsors/DavidAnson",
|
2021-01-13 07:10:33 +01:00
|
|
|
"scripts": {
|
2024-11-18 01:48:20 +01: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-13 07:10:33 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-07 11:23:03 +02:00
|
|
|
"@actions/core": "1.11.1",
|
2024-11-11 10:09:22 +01:00
|
|
|
"markdownlint-cli2": "0.15.0"
|
2021-01-13 07:10:33 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-04 10:51:03 +01:00
|
|
|
"@eslint/js": "9.14.0",
|
2024-11-01 10:39:51 +01:00
|
|
|
"@stylistic/eslint-plugin": "2.10.1",
|
2024-11-15 10:19:35 +01:00
|
|
|
"@vercel/ncc": "0.38.3",
|
2024-11-04 10:51:10 +01:00
|
|
|
"eslint": "9.14.0",
|
2024-11-15 10:19:27 +01:00
|
|
|
"eslint-plugin-n": "17.13.2",
|
2024-10-04 11:26:53 +02:00
|
|
|
"eslint-plugin-unicorn": "56.0.0"
|
2021-01-13 07:10:33 +01:00
|
|
|
}
|
|
|
|
}
|