Files
check-html-links-netlify-pl…/package.json
Julien Lengrand-Lambert f7288a69d7 Create start of repository
2021-01-31 16:22:04 +01:00

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"
}
}