-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 820 Bytes
/
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
{
"name": "qwik-markdown",
"version": "0.0.20",
"description": "A helpful utility for creating Markdown files and validating their frontmatter in Qwik City apps.",
"main": "src/cli.mts",
"bin": {
"qwik-markdown": "src/cli.mts"
},
"scripts": {
"qwik": "qwik"
},
"keywords": [
"qwik",
"qwikcity",
"cli",
"clack"
],
"author": "Brandon Pittman",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.7.0",
"@sindresorhus/slugify": "^2.2.1",
"clipboardy": "^3.0.0",
"compare-versions": "^6.1.0",
"glob": "^10.3.4",
"gray-matter": "^4.0.3",
"picocolors": "^1.0.0",
"tsx": "^3.13.0",
"valibot": "^0.21.0"
},
"files": [
"src/*.mts"
],
"devDependencies": {
"@builder.io/qwik": "^1.2.11",
"@types/node": "^20.6.0"
}
}