mirror of
https://github.com/pauljickling/dead-links-search.git
synced 2026-01-09 13:58:03 -05:00
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
770 B
JSON
34 lines
770 B
JSON
{
|
|
"name": "dead-links-search",
|
|
"version": "1.0.0",
|
|
"description": "A bash and Node tool to locate dead links",
|
|
"main": "status.sh",
|
|
"dependencies": {
|
|
"puppeteer": "^2.0.0",
|
|
"ws": ">=6.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"minimist": ">=1.2.6"
|
|
},
|
|
"scripts": {
|
|
"run": "bash status.sh",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pauljickling/dead-links-search.git"
|
|
},
|
|
"keywords": [
|
|
"Node",
|
|
"Puppeteer",
|
|
"Bash",
|
|
"Curl"
|
|
],
|
|
"author": "Paul Jickling",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pauljickling/dead-links-search/issues"
|
|
},
|
|
"homepage": "https://github.com/pauljickling/dead-links-search#readme"
|
|
}
|