-
Notifications
You must be signed in to change notification settings - Fork 355
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.59 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
59
60
61
62
63
64
{
"name": "@bigcommerce/create-catalyst",
"version": "0.22.0",
"type": "module",
"bin": "bin/index.cjs",
"files": [
"bin",
"dist"
],
"scripts": {
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint . --max-warnings 0",
"test": "jest",
"build": "tsup"
},
"engines": {
"node": "^20.0.0 || ^22.0.0"
},
"dependencies": {
"@commander-js/extra-typings": "^13.1.0",
"@iarna/toml": "^2.2.5",
"@inquirer/core": "^10.1.13",
"@inquirer/figures": "^1.0.12",
"@inquirer/prompts": "^7.5.3",
"@inquirer/type": "^3.0.7",
"@segment/analytics-node": "^2.2.1",
"ansi-escapes": "^7.0.0",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"conf": "^13.1.0",
"cross-spawn": "^7.0.6",
"dotenv": "^16.5.0",
"fs-extra": "^11.3.0",
"giget": "^1.2.5",
"lodash.kebabcase": "^4.1.1",
"nypm": "^0.5.4",
"open": "^10.1.2",
"ora": "^8.2.0",
"semver": "^7.7.2",
"std-env": "^3.9.0",
"zod": "^3.25.51",
"zod-validation-error": "^3.4.1"
},
"devDependencies": {
"@bigcommerce/eslint-config": "^2.11.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@swc/core": "^1.11.31",
"@swc/jest": "^0.2.38",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^22.15.30",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.7.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"msw": "^2.9.0",
"prettier": "^3.5.3",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}