{
  "_from": "@typescript-eslint/project-service@8.54.0",
  "_id": "@typescript-eslint/project-service@8.54.0",
  "_inBundle": false,
  "_integrity": "sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==",
  "_location": "/@typescript-eslint/project-service",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/project-service@8.54.0",
    "name": "@typescript-eslint/project-service",
    "escapedName": "@typescript-eslint%2fproject-service",
    "scope": "@typescript-eslint",
    "rawSpec": "8.54.0",
    "saveSpec": null,
    "fetchSpec": "8.54.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/typescript-estree"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.54.0.tgz",
  "_shasum": "f582aceb3d752544c8e1b11fea8d95d00cf9adc6",
  "_spec": "@typescript-eslint/project-service@8.54.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@typescript-eslint\\typescript-estree",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/tsconfig-utils": "^8.54.0",
    "@typescript-eslint/types": "^8.54.0",
    "debug": "^4.4.3"
  },
  "deprecated": false,
  "description": "Standalone TypeScript project service wrapper for linting.",
  "devDependencies": {
    "@vitest/coverage-v8": "^3.2.4",
    "rimraf": "*",
    "typescript": "*",
    "vitest": "^3.2.4"
  },
  "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",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "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"
    ]
  },
  "peerDependencies": {
    "typescript": ">=4.8.4 <6.0.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.",
    "build": "yarn run -BT nx build",
    "clean": "rimraf dist/ coverage/",
    "format": "yarn run -T format",
    "lint": "yarn run -BT nx lint",
    "test": "yarn run -BT nx test",
    "typecheck": "yarn run -BT nx typecheck"
  },
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "version": "8.54.0"
}
