{
"name": "@axonyx/ui",
"version": "0.0.42",
"description": "Framework-agnostic CSS and JS package for Axonyx UI Foundry.",
"license": "MIT",
"homepage": "https://axonyx.dev",
"type": "module",
"sideEffects": [
"**/*.css",
"dist/js/*.js"
],
"exports": {
"./css/index.css": "./dist/css/index.css",
"./foundry/*": "./dist/foundry/*",
"./js/index": "./dist/js/index.js",
"./js/tabs": "./dist/js/tabs.js",
"./js/dialog": "./dist/js/dialog.js",
"./js/drawer": "./dist/js/drawer.js",
"./js/code-copy": "./dist/js/code-copy.js",
"./js/command": "./dist/js/command.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "node scripts/build.mjs",
"prepack": "npm run build"
},
"keywords": [
"axonyx",
"ui",
"css",
"design-system",
"foundry",
"web-components",
"react"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vladanPro/axonyx-ui.git"
}
}