aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/create-turbo/package.json
blob: 9f723bac4143767deef7e22a8bf8f195491dde67 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "name": "create-turbo",
  "version": "1.9.4-canary.2",
  "description": "Create a new Turborepo",
  "homepage": "https://turbo.build/repo",
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/turbo",
    "directory": "packages/create-turbo"
  },
  "bugs": {
    "url": "https://github.com/vercel/turbo/issues"
  },
  "bin": {
    "create-turbo": "dist/cli.js"
  },
  "scripts": {
    "build": "tsup",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "check-types": "tsc --noEmit"
  },
  "dependencies": {
    "async-retry": "^1.3.3",
    "chalk": "2.4.2",
    "commander": "^10.0.0",
    "cross-spawn": "^7.0.3",
    "execa": "5.1.1",
    "fs-extra": "^10.1.0",
    "got": "^11.8.5",
    "gradient-string": "^2.0.0",
    "inquirer": "^8.0.0",
    "ora": "4.1.1",
    "rimraf": "^3.0.2",
    "semver": "^7.3.8",
    "tar": "6.1.13",
    "update-check": "^1.5.4"
  },
  "devDependencies": {
    "@turbo/workspaces": "workspace:*",
    "@types/async-retry": "^1.4.5",
    "@types/cross-spawn": "^6.0.2",
    "@types/fs-extra": "^9.0.13",
    "@types/gradient-string": "^1.1.2",
    "@types/inquirer": "^7.3.1",
    "@types/jest": "^27.4.0",
    "@types/node": "^16.11.12",
    "@types/rimraf": "^3.0.2",
    "@types/semver": "^7.3.9",
    "@types/tar": "^6.1.4",
    "eslint": "^7.23.0",
    "jest": "^27.4.3",
    "strip-ansi": "^6.0.1",
    "ts-jest": "^27.1.1",
    "@turbo/tsconfig": "workspace:*",
    "tsup": "^5.10.3",
    "@turbo/utils": "workspace:*",
    "@turbo/test-utils": "workspace:*",
    "typescript": "^4.5.5"
  },
  "files": [
    "dist"
  ]
}