{
  "name": "eslint-plugin-turbo",
  "version": "1.10.12",
  "description": "ESLint plugin for Turborepo",
  "keywords": [
    "turbo",
    "eslint",
    "turborepo",
    "eslintplugin",
    "eslint-plugin"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/turbo",
    "directory": "packages/eslint-plugin-turbo"
  },
  "bugs": {
    "url": "https://github.com/vercel/turbo/issues"
  },
  "author": "Vercel",
  "main": "./dist/index.js",
  "files": [
    "dist/**"
  ],
  "dependencies": {
    "dotenv": "16.0.3"
  },
  "devDependencies": {
    "@types/eslint": "^8.4.5",
    "@types/estree": "^1.0.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^16.11.12",
    "jest": "^27.4.3",
    "json5": "^2.2.1",
    "ts-jest": "^27.1.1",
    "@turbo/tsconfig": "0.0.0",
    "tsup": "^6.2.0",
    "@turbo/test-utils": "0.0.0",
    "@turbo/types": "1.10.12",
    "@turbo/utils": "0.0.0",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "eslint": ">6.6.0"
  },
  "license": "MPL-2.0",
  "scripts": {
    "release": "pnpm build && pnpm publish",
    "test": "jest",
    "build": "tsup",
    "check-types": "tsc --noEmit",
    "lint": "eslint lib/**/*.ts",
    "lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"
  }
}