{
  "name": "@dozerg/find-up",
  "version": "1.0.9",
  "description": "Find files or directories by walking up parent directories.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": false,
  "scripts": {
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "build": "npm run compile",
    "test": "jest src/",
    "test:watch": "jest --watch src/",
    "clean": "rm -rf dist",
    "cleanall": "rm -rf dist node_modules *.tgz docs",
    "docs": "rm -rf docs && typedoc --plugin typedoc-plugin-markdown",
    "prepublishOnly": "npm run clean && npm i && tsc && jest src/ && eslint src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daidodo/find-up.git"
  },
  "keywords": [
    "find",
    "up",
    "find-up",
    "findup",
    "look-up",
    "look",
    "file",
    "search",
    "match",
    "package",
    "resolve",
    "parent",
    "folder",
    "directory",
    "walk",
    "walking",
    "path"
  ],
  "author": "Zhao DAI <daidodo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/daidodo/find-up/issues"
  },
  "homepage": "https://github.com/daidodo/find-up#readme",
  "jest": {
    "preset": "ts-jest"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all",
    "printWidth": 100,
    "arrowParens": "avoid",
    "embeddedLanguageFormatting": "off"
  },
  "devDependencies": {
    "@eslint/js": "^9.32.0",
    "@tsconfig/recommended": "^1.0.10",
    "@types/jest": "^30.0.0",
    "eslint": "^9.32.0",
    "jest": "^30.0.5",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.0",
    "typedoc": "^0.28.8",
    "typedoc-plugin-markdown": "^4.8.0",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.38.0"
  },
  "dependencies": {
    "@dozerg/condition": "^1.0.11"
  }
}
