-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
88 lines (88 loc) · 1.71 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "create-kolibri",
"version": "1.7.23",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
"type": "git",
"url": "https://github.com/public-ui/kolibri"
},
"bugs": {
"url": "https://github.com/public-ui/kolibri/issues",
"email": "kolibri@itzbund.de"
},
"author": {
"name": "Informationstechnikzentrum Bund",
"email": "kolibri@itzbund.de"
},
"contributors": [
{
"name": "Martin Oppitz",
"email": "martin.oppitz@itzbund.de"
}
],
"description": "The CLI can be used to create various projects based on the KoliBri (@public-ui) accessible web component library.",
"keywords": [
"accessibility",
"accessible",
"bitv",
"framework",
"library",
"designsystem",
"design",
"system",
"web components",
"webcomponents",
"aria",
"wai",
"axe",
"custom elements",
"styleguide",
"style",
"guide",
"ui",
"html",
"css",
"web",
"a11y",
"w3c",
"webstandard",
"wcag",
"angular",
"astro",
"next.js",
"preact",
"react",
"vue",
"remix",
"solid",
"template"
],
"scripts": {
"build": "tsup",
"clean": "git clean -f -d -X",
"dev": "tsup --watch --onSuccess \"node dist/index.js\"",
"lint": "tsc src/index.ts --noEmit --skipLibCheck && eslint src --ext .ts",
"format": "prettier --check src",
"unused": "knip"
},
"bin": "dist/cli.js",
"dependencies": {
"chalk": "4.1.2",
"gradient-string": "2.0.2"
},
"devDependencies": {
"@types/gradient-string": "1.1.6",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"eslint": "8.57.0",
"knip": "5.17.3",
"prettier": "3.2.5",
"tsup": "8.0.2",
"typescript": "5.4.5"
},
"files": [
"dist"
]
}