{
  "name": "vscode-find-up",
  "type": "module",
  "version": "0.1.1",
  "author": {
    "name": "Vida Xie",
    "email": "vida_2020@163.com",
    "url": "https://github.com/9romise"
  },
  "license": "MIT",
  "homepage": "https://github.com/9romise/vscode-find-up#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/9romise/vscode-find-up.git"
  },
  "bugs": {
    "url": "https://github.com/9romise/vscode-find-up/issues"
  },
  "keywords": [
    "vscode",
    "find",
    "up",
    "findup",
    "find-up"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./access": "./dist/access.js",
    "./find": "./dist/find.js",
    "./walk": "./dist/walk.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@types/vscode": "*"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.2",
    "@types/node": "^25.3.5",
    "@vida0905/eslint-config": "^2.10.1",
    "eslint": "^10.0.3",
    "jest-mock-vscode": "^4.11.0",
    "nano-staged": "^0.9.0",
    "publint": "^0.3.18",
    "simple-git-hooks": "^2.13.1",
    "tsdown": "^0.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "simple-git-hooks": {
    "pre-commit": "npx nano-staged"
  },
  "nano-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "test": "vitest",
    "lint": "eslint .",
    "lint:fix": "pnpm lint --fix",
    "typecheck": "tsc --noEmit"
  }
}