-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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": "create-turbo",
"version": "2.8.11-canary.22",
"description": "Create a new Turborepo",
"homepage": "https://turborepo.dev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vercel/turborepo",
"directory": "packages/create-turbo"
},
"bugs": {
"url": "https://github.com/vercel/turborepo/issues"
},
"bin": {
"create-turbo": "dist/cli.js"
},
"scripts": {
"build": "tsdown",
"test": "jest",
"check-types": "tsc --noEmit",
"lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"
},
"dependencies": {
"commander": "11.0.0",
"fs-extra": "11.1.1",
"@inquirer/prompts": "^7.10.1",
"picocolors": "1.0.1",
"proxy-agent": "6.5.0",
"semver": "7.7.3",
"update-check": "1.5.4"
},
"devDependencies": {
"@jest/globals": "30.2.0",
"@turbo/telemetry": "workspace:*",
"@turbo/test-utils": "workspace:*",
"@turbo/tsconfig": "workspace:*",
"@turbo/utils": "workspace:*",
"@turbo/workspaces": "workspace:*",
"@types/fs-extra": "9.0.13",
"@types/node": "18.17.4",
"@types/semver": "7.3.12",
"jest": "30.2.0",
"ts-jest": "29.4.6",
"tsdown": "0.12.0",
"typescript": "5.5.4"
},
"files": [
"dist"
]
}