-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 903 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 903 Bytes
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
{
"name": "@create-mastery/cli",
"version": "0.1.9",
"description": "The official Create Website CLI, created to enhance the DX",
"homepage": "https://github.com/Create-Mastery/cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Create-Mastery/cli.git"
},
"license": "GPL-3.0-only",
"author": "Create Mastery",
"type": "module",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"build:publish": "tsc && npm publish"
},
"bin": {
"cm": "dist/index.js"
},
"dependencies": {
"chalk": "^5.6.2",
"commander": "^14.0.2",
"glob": "^13.0.0",
"gradient-string": "^3.0.0",
"ts-json-schema-generator": "^2.4.0",
"type-fest": "^5.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/node": "^25.2.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"keywords": [
"cli"
]
}