{
  "name": "@voxpelli/config-array-find-files",
  "version": "1.2.2",
  "description": "A proof of concept of a generic equivalent of ESLint's globSearch() for use with ConfigArray",
  "homepage": "http://github.com/voxpelli/config-array-find-files",
  "repository": {
    "type": "git",
    "url": "git://github.com/voxpelli/config-array-find-files.git"
  },
  "keywords": [],
  "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
  "license": "MIT",
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "type": "module",
  "exports": "./index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "index.d.ts.map"
  ],
  "scripts": {
    "build:0": "run-s clean",
    "build:1-declaration": "tsc -p declaration.tsconfig.json",
    "build": "run-s build:*",
    "check:installed-check": "installed-check",
    "check:knip": "knip",
    "check:lint": "eslint --report-unused-disable-directives .",
    "check:tsc": "tsc",
    "check:type-coverage": "type-coverage --detail --strict --at-least 99 --ignore-files 'test/*'",
    "check": "run-s clean && run-p check:*",
    "clean:declarations-top": "rm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*')",
    "clean": "run-p clean:*",
    "prepare": "husky",
    "prepublishOnly": "run-s build",
    "test:mocha": "c8 --reporter=lcov --reporter=text mocha 'test/**/*.spec.js'",
    "test-ci": "run-s test:*",
    "test": "run-s check test:*"
  },
  "devDependencies": {
    "@eslint/config-array": "^0.18.0",
    "@types/chai": "^4.3.20",
    "@types/chai-string": "^1.4.5",
    "@types/minimatch": "^5.1.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^18.19.69",
    "@voxpelli/eslint-config": "^22.2.0",
    "@voxpelli/tsconfig": "^15.1.0",
    "c8": "^10.1.3",
    "chai": "^4.5.0",
    "chai-string": "^1.5.0",
    "desm": "^1.3.1",
    "eslint": "^9.17.0",
    "husky": "^9.1.7",
    "installed-check": "^9.3.0",
    "knip": "^5.41.1",
    "mocha": "^11.0.1",
    "npm-run-all2": "^7.0.2",
    "type-coverage": "^2.29.7",
    "typescript": "~5.7.2",
    "validate-conventional-commit": "^1.0.4"
  },
  "dependencies": {
    "@nodelib/fs.walk": "^3.0.0"
  },
  "peerDependencies": {
    "@eslint/config-array": ">=0.16.0"
  }
}
