mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
53 lines
1.4 KiB
JSON
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/lysand-org/frontend.git",
|
|
"directory": "packages/ui"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lysand-org/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.20"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.ts",
|
|
"default": "./index.ts"
|
|
},
|
|
"./types": {
|
|
"import": "./types.ts",
|
|
"default": "./types.ts"
|
|
}
|
|
},
|
|
"keywords": ["typescript", "vue", "tailwindcss"],
|
|
"packageManager": "bun@1.1.20"
|
|
}
|