-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.45 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.45 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
52
53
54
55
56
57
58
{
"name": "@turbo/gen",
"version": "2.9.9-canary.1",
"description": "Extend a Turborepo",
"homepage": "https://turborepo.dev",
"bugs": {
"url": "https://github.com/vercel/turborepo/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/turborepo.git",
"directory": "packages/turbo-gen"
},
"bin": "dist/cli.js",
"files": [
"dist"
],
"types": "dist/types.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsdown",
"build:embed": "node scripts/embed-templates.mjs",
"test": "jest",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@inquirer/prompts": "^7.10.1",
"esbuild": "^0.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@jest/globals": "30.3.0",
"@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/validate-npm-package-name": "4.0.0",
"brace-expansion": "5.0.5",
"commander": "10.0.0",
"fs-extra": "10.1.0",
"handlebars": "4.7.9",
"jest": "30.3.0",
"minimatch": "9.0.7",
"node-plop": "0.32.3",
"picocolors": "1.0.1",
"proxy-agent": "8.0.1",
"ts-jest": "29.4.9",
"tsdown": "0.12.0",
"typescript": "5.5.4",
"update-check": "1.5.4",
"validate-npm-package-name": "5.0.0"
}
}