{
  "_from": "@typescript-eslint/project-service@8.66.0",
  "_id": "@typescript-eslint/project-service@8.66.0",
  "_inBundle": false,
  "_integrity": "sha512-7MthGPTt4BP69lSryqpqq8HQqxuzynssckL/jyDyk3+TNMQ3y2jFWkptCrktWvBrP+EH787Nl5N5Qpw7WZg+5g==",
  "_location": "/@typescript-eslint/project-service",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/project-service@8.66.0",
    "name": "@typescript-eslint/project-service",
    "escapedName": "@typescript-eslint%2fproject-service",
    "scope": "@typescript-eslint",
    "rawSpec": "8.66.0",
    "saveSpec": null,
    "fetchSpec": "8.66.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/typescript-estree"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.66.0.tgz",
  "_shasum": "828f788895df52d9eb2b543445a3a5a13e35ab4e",
  "_spec": "@typescript-eslint/project-service@8.66.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@typescript-eslint/typescript-estree",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/tsconfig-utils": "^8.66.0",
    "@typescript-eslint/types": "^8.66.0",
    "debug": "^4.4.3"
  },
  "deprecated": false,
  "description": "Standalone TypeScript project service wrapper for linting.",
  "devDependencies": {
    "@typescript/native-preview": "7.0.0-dev.20260518.1",
    "@vitest/coverage-v8": "^4.0.18",
    "rimraf": "^5.0.10",
    "typescript": ">=4.8.4 <6.1.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typescript-eslint"
  },
  "homepage": "https://typescript-eslint.io",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "name": "@typescript-eslint/project-service",
  "nx": {
    "name": "project-service",
    "includedScripts": [
      "clean"
    ],
    "targets": {
      "lint": {
        "command": "eslint"
      },
      "typecheck:tsgo": {},
      "attw-check": {}
    }
  },
  "peerDependencies": {
    "typescript": ">=4.8.4 <6.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/project-service"
  },
  "scripts": {
    "//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.",
    "attw-check": "pnpm -w exec nx attw-check",
    "build": "pnpm exec nx build",
    "clean": "rimraf dist/ coverage/",
    "format": "pnpm -w run format",
    "lint": "pnpm -w exec nx lint",
    "test": "pnpm -w exec nx test",
    "typecheck": "pnpm -w exec nx typecheck",
    "typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo"
  },
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "version": "8.66.0"
}
