{
  "name": "eslint-plugin-turbo",
  "version": "2.8.17",
  "description": "ESLint plugin for Turborepo",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslintplugin",
    "turbo",
    "turborepo"
  ],
  "bugs": {
    "url": "https://github.com/vercel/turborepo/issues"
  },
  "license": "MIT",
  "author": "Vercel",
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/turborepo",
    "directory": "packages/eslint-plugin-turbo"
  },
  "files": [
    "dist/**"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "dotenv": "16.0.3"
  },
  "devDependencies": {
    "@eslint/core": "^1.1.0",
    "@jest/globals": "30.2.0",
    "@types/estree": "1.0.8",
    "@types/node": "18.17.4",
    "eslint": "10.0.3",
    "jest": "30.2.0",
    "json5": "2.2.3",
    "ts-jest": "29.4.6",
    "tsdown": "0.12.0",
    "typescript": "5.5.4",
    "@turbo/test-utils": "0.0.0",
    "@turbo/tsconfig": "0.0.0",
    "@turbo/utils": "0.0.0",
    "@turbo/types": "2.8.17"
  },
  "peerDependencies": {
    "eslint": ">6.6.0",
    "turbo": ">2.0.0"
  },
  "scripts": {
    "test": "jest",
    "build": "tsdown && tsc -p tsconfig.build.json",
    "check-types": "tsc --noEmit",
    "lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"
  }
}