{
  "name": "@sourcegraph/eslint-plugin-sourcegraph",
  "version": "1.0.5",
  "description": "Eslint plugin Sourcegraph",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "sourcegraph",
    "typescript"
  ],
  "files": [
    "dist",
    "docs",
    "index.d.ts",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sourcegraph/codemod.git",
    "directory": "packages/eslint-plugin"
  },
  "bugs": {
    "url": "https://github.com/sourcegraph/codemod/issues"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "tsc --build ./tsconfig.build.json",
    "build:watch": "tsc  --build ./tsconfig.build.json --watch",
    "build:clean": "tsc  --build --clean ./tsconfig.build.json && rimraf dist ./*.tsbuildinfo",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
    "generate:configs": "ts-node --files --transpile-only scripts/generate-configs.ts",
    "lint": "eslint . --ext .js,.ts --ignore-path ../../.eslintignore"
  },
  "dependencies": {
    "@sourcegraph/codemod-transforms": "1.0.2",
    "@typescript-eslint/experimental-utils": "5.4.0",
    "@typescript-eslint/scope-manager": "5.4.0",
    "debug": "^4.3.2",
    "ignore": "^5.1.8",
    "regexpp": "^3.2.0",
    "semver": "^7.3.5",
    "tsutils": "^3.21.0"
  },
  "devDependencies": {
    "@types/debug": "*",
    "@types/marked": "*",
    "@types/prettier": "*",
    "@types/semver": "7.3.9",
    "marked": "^3.0.7",
    "picocolors": "^1.0.0",
    "prettier": "*",
    "typescript": "*"
  },
  "peerDependencies": {
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  }
}
