Files
markdownlint-cli2-action/package.json
T
dependabot[bot]andDavid Anson e99cc0308b Bump eslint-plugin-n from 17.22.0 to 17.23.0
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.22.0 to 17.23.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.22.0...v17.23.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 09:18:17 -07:00

36 lines
1.1 KiB
JSON

{
"name": "markdownlint-cli2-action",
"version": "20.0.0",
"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",
"type": "module",
"homepage": "https://github.com/DavidAnson/markdownlint-cli2-action",
"repository": {
"type": "git",
"url": "git+https://github.com/DavidAnson/markdownlint-cli2-action.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
"funding": "https://github.com/sponsors/DavidAnson",
"scripts": {
"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"
},
"dependencies": {
"@actions/core": "1.11.1",
"markdownlint-cli2": "0.18.1"
},
"devDependencies": {
"@eslint/js": "9.35.0",
"@stylistic/eslint-plugin": "5.3.1",
"@vercel/ncc": "0.38.3",
"eslint": "9.35.0",
"eslint-plugin-n": "17.23.0",
"eslint-plugin-unicorn": "61.0.2"
}
}