Files
check-html-links-netlify-pl…/package.json
Julien Lengrand-Lambert 2455c02ff0 Totally random test
2021-02-01 15:06:58 +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.1.2",
"path": "^0.12.7"
}
}