{ "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", "docker-npm-install": "docker run --rm --tty --name npm-install --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm install", "docker-npm-run-upgrade": "docker run --rm --tty --name npm-run-upgrade --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm run upgrade", "test": "eslint *.js", "upgrade": "npx --yes npm-check-updates --upgrade" }, "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" } }