Files
Julien Lengrand-Lambert f3b5d023b2 test
2021-02-09 13:18:25 +01:00

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.2.0",
"path": "^0.12.7"
}
}