Files
WRNexusJS/.publish/ui/package.json
T
2026-07-18 13:12:16 +05:30

33 lines
643 B
JSON

{
"name": "@wrnexus/ui",
"version": "0.2.47",
"type": "module",
"description": "@wrnexus/ui — part of the WrNexus framework.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"bun": ">=1.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "restricted"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./ui.css": "./ui.css"
},
"dependencies": {
"@wrnexus/core": "^0.2.47"
},
"files": [
"dist",
"components",
"ui.css"
]
}