drft-cli 0.7.0

A structural integrity checker for linked file systems
Documentation
{
  "name": "drft-cli",
  "version": "0.1.3",
  "binaryVersion": "0.1.3",
  "description": "A structural integrity checker for markdown directories",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/johnmdonahue/drft-cli"
  },
  "homepage": "https://github.com/johnmdonahue/drft-cli",
  "keywords": ["markdown", "linter", "dependency-graph", "documentation"],
  "bin": {
    "drft": "bin/drft"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/",
    "install.js",
    "README.md"
  ]
}