mirror of
https://github.com/jlengrand/check-html-links-netlify-plugin.git
synced 2026-03-10 08:11:17 +00:00
20 lines
545 B
JSON
20 lines
545 B
JSON
{
|
|
"name": "check-html-links-netlify-plugin",
|
|
"version": "1.0.0",
|
|
"description": "This action checks whether there are any dead links in the documentation of your repository. Based on check-html-links from Modern Web.",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [
|
|
"netlify",
|
|
"netlify-plugin",
|
|
"check-html-links"
|
|
],
|
|
"author": "Modern Web <hello@modern-web.dev> (https://modern-web.dev/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"check-html-links": "^0.1.2",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|