62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@wrnexus/ui",
|
|
"version": "0.8.8",
|
|
"type": "module",
|
|
"description": "@wrnexus/ui — part of the WrNexus framework.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.workroot.in/WorkRoot/WRNexusJS.git",
|
|
"directory": "packages/ui"
|
|
},
|
|
"homepage": "https://wrnexusjs.dev/packages/ui",
|
|
"bugs": {
|
|
"url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues"
|
|
},
|
|
"keywords": [
|
|
"wrnexus",
|
|
"bun",
|
|
"typescript",
|
|
"ui"
|
|
],
|
|
"sideEffects": false,
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"engines": {
|
|
"bun": ">=1.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "restricted"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./registry": {
|
|
"types": "./dist/registry.d.ts",
|
|
"import": "./dist/registry.js"
|
|
},
|
|
"./components/*": "./components/*",
|
|
"./component-catalog.json": "./component-catalog.json",
|
|
"./component-migrations.json": "./component-migrations.json",
|
|
"./component-reference.json": "./component-reference.json",
|
|
"./ui.css": "./ui.css"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/core": "^0.8.8"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"components",
|
|
"ui.css",
|
|
"component-catalog.json",
|
|
"component-migrations.json",
|
|
"component-reference.json",
|
|
"COMPONENTS.md"
|
|
]
|
|
}
|