-
-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.66 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.66 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
{
"name": "@eventcatalog/create-eventcatalog",
"description": "Create EventCatalog with one command",
"version": "4.2.5",
"license": "MIT",
"bin": {
"create-catalog": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/event-catalog/eventcatalog"
},
"files": [
"dist",
"templates"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm run build",
"build": "tsup index.ts --format cjs --dts",
"build:bin": "tsup index.ts --format cjs --dts",
"test:ci": "echo 'No tests for create-eventcatalog yet'",
"run": "node dist/index.js",
"dev": "pnpm run build --watch",
"format": "prettier --write .",
"format:diff": "prettier --list-different ."
},
"devDependencies": {
"@types/async-retry": "1.4.2",
"@types/ci-info": "2.0.0",
"@types/cross-spawn": "6.0.0",
"@types/node": "^20.14.10",
"@types/prompts": "2.0.1",
"@types/rimraf": "3.0.0",
"@types/uuid": "^10.0.0",
"@types/validate-npm-package-name": "3.0.0",
"@vercel/ncc": "0.34.0",
"async-retry": "1.3.1",
"chalk": "2.4.2",
"commander": "2.20.0",
"cpy": "^11.0.0",
"cross-spawn": "6.0.6",
"fast-glob": "^3.3.2",
"ora": "^5.4.1",
"prettier": "^3.3.3",
"prompts": "2.1.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"update-check": "1.5.4",
"validate-npm-package-name": "3.0.0"
},
"dependencies": {
"uuid": "^10.0.0"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}