aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-ignore/package.json
blob: 0fae0722a5db7d2ff267a036a0294041a5d1bde0 (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
{
  "name": "turbo-ignore",
  "version": "1.9.4-canary.2",
  "description": "",
  "homepage": "https://turbo.build/repo",
  "keywords": [],
  "author": "Jared Palmer",
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/turbo",
    "directory": "packages/turbo-ignore"
  },
  "bugs": {
    "url": "https://github.com/vercel/turbo/issues"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "bin": "dist/index.js",
  "scripts": {
    "build": "tsup",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "check-types": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@types/node": "^16.11.12",
    "eslint": "^8.20.0",
    "jest": "^27.4.3",
    "ts-jest": "^27.1.1",
    "@turbo/tsconfig": "workspace:*",
    "tsup": "^5.12.1",
    "@turbo/test-utils": "workspace:^0.0.0",
    "@turbo/utils": "workspace:*",
    "typescript": "^4.7.4"
  }
}