path-validator-cli
Version:
A CLI tool to validate and fix broken paths in a project. Prevent deployment issues by validating and correcting paths directly in your codebase.
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "path-validator-cli",
"version": "1.0.4",
"description": "A CLI tool to validate and fix broken paths in a project. Prevent deployment issues by validating and correcting paths directly in your codebase.",
"type": "module",
"bin": {
"path-validator": "bin/index.js"
},
"scripts": {
"start": "node bin/index.js",
"test": "mocha test/**/*.js"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"fast-glob": "^3.3.3",
"figlet": "^1.8.0",
"inquirer": "^12.4.1",
"ora": "^8.2.0"
},
"devDependencies": {
"chai": "^5.1.2",
"mocha": "^10.8.2",
"sinon": "^19.0.2"
},
"engines": {
"node": ">=18"
},
"keywords": [
"cli",
"path-validator",
"broken-links",
"url-checker"
],
"author": "Max Johansson & Jesper Skeppstedt",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maxjvjohansson/path-validator-cli.git"
},
"homepage": "https://github.com/maxjvjohansson/path-validator-cli#readme"
}