{
  "name": "array-tree-filter",
  "version": "3.0.3",
  "description": "filter in array tree",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "npm run build && vitest --coverage",
    "prepublishOnly": "npm run build",
    "tsc": "tsc --noEmit",
    "build": "tsc --build"
  },
  "files": [
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/afc163/array-tree-filter.git"
  },
  "keywords": [
    "array",
    "tree",
    "filter"
  ],
  "author": "afc163 <afc163@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/afc163/array-tree-filter/issues"
  },
  "homepage": "https://github.com/afc163/array-tree-filter#readme",
  "devDependencies": {
    "@vitest/coverage-v8": "^2.1.3",
    "typescript": "^5.6.3",
    "vitest": "^2.1.3"
  }
}
