{
  "name": "walk-back",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "5.1.0",
  "description": "Walk up the directory tree until the specified path is found.",
  "repository": "https://github.com/75lb/walk-back",
  "license": "MIT",
  "exports": "./index.js",
  "keywords": [
    "walk",
    "up",
    "back",
    "filesystem",
    "fs",
    "find",
    "file",
    "search",
    "system"
  ],
  "engines": {
    "node": ">=12.17"
  },
  "scripts": {
    "test": "test-runner test/test.js",
    "docs": "jsdoc2md -t README.hbs index.js > README.md"
  },
  "devDependencies": {
    "jsdoc-to-markdown": "^7.0.1",
    "test-runner": "^0.9.8"
  },
  "files": [
    "index.js"
  ]
}
