{
  "name": "update-ts-references",
  "version": "6.0.0",
  "description": "Updates TypeScript references automatically while using workspaces",
  "bin": "src/index.js",
  "scripts": {
    "lint": "eslint src tests",
    "test": "scripts/prepareTests.sh && vitest run --no-file-parallelism",
    "vitest": "vitest run --no-file-parallelism"
  },
  "contributors": [
    {
      "name": "Mirko Kruschke",
      "email": "mirko.kruschke@gmail.com"
    },
    {
      "name": "Juan Picado",
      "email": "juanpicado19@gmail.com"
    }
  ],
  "dependencies": {
    "comment-json": "^4.2.3",
    "fast-glob": "^3.3.3",
    "js-yaml": "^4.1.1",
    "minimatch": "^9.0.5",
    "minimist": "^1.2.5"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.0.3",
    "exec-sh": "^0.3.4",
    "vite": "^8.0.1",
    "vitest": "^4.1.0"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "license": "MIT",
  "keywords": [
    "typescript",
    "intellisense",
    "project references",
    "tool",
    "util",
    "yarn",
    "pnpm",
    "workspaces",
    "lerna",
    "monorepo",
    "packages",
    "npm",
    "automatic",
    "update",
    "rush"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/eBayClassifiedsGroup/update-ts-references.git"
  },
  "bugs": {
    "url": "https://github.com/eBayClassifiedsGroup/update-ts-references/issues"
  },
  "homepage": "https://github.com/eBayClassifiedsGroup/update-ts-references",
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
