-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 KB
/
package.json
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
{
"name": "create-blech",
"version": "0.13.0",
"bin": "index.js",
"license": "MIT",
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild",
"format": "biome check --apply-unsafe . && biome format --write .",
"prepack": "yarn build"
},
"dependencies": {
"chalk": "^5.2.0",
"consola": "^3.1.0",
"figlet": "^1.6.0",
"fs-extra": "^11.0.1",
"inquirer": "^9.2.0",
"minimatch": "^9.0.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@biomejs/biome": "^1.3.1",
"@types/figlet": "^1.5.5",
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.3",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.16.0",
"typescript": "^5.0.4",
"unbuild": "^1.2.1"
},
"type": "module",
"main": "index.js",
"repository": {
"url": "https://github.com/Blechlawine/blech-cli"
},
"author": {
"name": "Blechlawine",
"url": "https://github.com/Blechlawine"
},
"files": ["dist", "templates", "templates.yml", "clis.yml"]
}