mirror of
https://github.com/jlengrand/check-html-links-netlify-plugin.git
synced 2026-03-10 08:11:17 +00:00
19 lines
453 B
JSON
19 lines
453 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",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"check-html-links": "^0.1.2"
|
|
}
|
|
}
|