monphind-ui
Version:
A reactive component library built on top of the Web Components API
27 lines • 634 B
JSON
{
"name": "monphind-ui",
"version": "1.9.0",
"description": "A reactive component library built on top of the Web Components API",
"main": "./dist/main.js",
"scripts": {
"build": "tsc\nrollup --config rollup.config.mjs"
},
"keywords": [
"UI",
"Vue",
"Micropue",
"monphindui",
"components",
"component",
"micropue"
],
"author": "Micropue",
"homepage": "https://github.com/Micropue/monphind-ui/tree/main/docs",
"repository": "Micropue/monphind-ui",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.35.0"
}
}