{
  "name": "@voxpelli/tsconfig",
  "description": "Personal tsconfig bases",
  "version": "16.2.1",
  "license": "MIT",
  "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
  "homepage": "https://github.com/voxpelli/tsconfig",
  "repository": {
    "type": "git",
    "url": "git://github.com/voxpelli/tsconfig.git"
  },
  "bugs": {
    "url": "https://github.com/voxpelli/tsconfig/issues"
  },
  "files": [
    "base*.json",
    "browser*.json",
    "node*.json"
  ],
  "scripts": {
    "check": "tsc",
    "dependents:0-update": "cd dependents-data/ && list-dependents list --precision=3 --min-downloads=10 --field engines --include-historic -n @voxpelli/tsconfig",
    "dependents:1-filter": "list-dependents filter --sort-download --min-downloads=0 --repository-prefix=https://github.com/ -i dependents-data/voxpelli__tsconfig.ndjson  | jq -s '[.[].repositoryUrl | sub(\"https://github.com/\";\"\";\"i\")] | unique | sort' > dependents-data/source-automatic.json",
    "dependents:2-join": "jq -s '[.[].[]] | unique | sort as $all | $all - [$exclude.[].[].[]]' dependents-data/source-*.json --slurpfile exclude dependents-data/failures.json > dependents-data/joined.json",
    "dependents-dedupe-manual": "jq '. as $all | $all - $exclude.[]' dependents-data/source-manual.json --slurpfile exclude dependents-data/source-automatic.json",
    "dependents": "run-s dependents:*",
    "prepare": "husky",
    "test": "tsc"
  },
  "devDependencies": {
    "@types/node": "^22.19.17",
    "husky": "^9.1.7",
    "list-dependents-cli": "^2.7.1",
    "npm-run-all2": "^8.0.4",
    "typescript": "~6.0.0",
    "validate-conventional-commit": "^1.0.4"
  },
  "engines": {
    "typescript": ">=5.9"
  },
  "peerDependencies": {
    "typescript": "~5.9.0 || ~6.0.0"
  }
}
