aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/eslint-plugin-turbo/package.json
blob: d19eef2b4f73c2378ddd958c8fc00bab296e0c63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "eslint-plugin-turbo",
  "version": "1.9.4-canary.2",
  "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/**"
  ],
  "scripts": {
    "release": "pnpm build && pnpm publish",
    "test": "jest",
    "build": "tsup",
    "check-types": "tsc --noEmit",
    "lint": "eslint lib/**/*.ts"
  },
  "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": "workspace:*",
    "tsup": "^6.2.0",
    "@turbo/test-utils": "workspace:*",
    "@turbo/types": "workspace:*",
    "@turbo/utils": "workspace:*",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "eslint": ">6.6.0"
  },
  "license": "MPL-2.0"
}