frontend/packages/ui/package.json
2024-12-03 14:08:47 +01:00

53 lines
1.4 KiB
JSON

{
"name": "@cpluspatch/ui",
"displayName": "CPlusPatch UI",
"version": "0.0.0",
"author": {
"email": "jesse.wierzbinski@cpluspatch.com",
"name": "Jesse Wierzbinski (CPlusPatch)",
"url": "https://cpluspatch.com"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/versia-pub/frontend.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/versia-pub/frontend/issues"
},
"license": "MIT",
"contributors": [
{
"email": "jesse.wierzbinski@cpluspatch.com",
"name": "Jesse Wierzbinski (CPlusPatch)",
"url": "https://cpluspatch.com"
}
],
"maintainers": [
{
"email": "jesse.wierzbinski@cpluspatch.com",
"name": "Jesse Wierzbinski (CPlusPatch)",
"url": "https://cpluspatch.com"
}
],
"description": "UI library for my apps",
"categories": ["Other"],
"type": "module",
"engines": {
"bun": ">=1.1.38"
},
"exports": {
".": {
"import": "./index.ts",
"default": "./index.ts"
},
"./types": {
"import": "./types.ts",
"default": "./types.ts"
}
},
"keywords": ["typescript", "vue", "tailwindcss"],
"packageManager": "bun@1.1.38"
}