UNPKG

monphind-ui

Version:

A reactive component library built on top of the Web Components API

34 lines 740 B
{ "name": "monphind-ui", "version": "1.14.4", "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" ], "exports": { ".": "./dist/main.js", "./*": "./dist/*.js" }, "author": "Micropue", "homepage": "https://monphind.micropue.com.cn", "repository": "Micropue/monphind-ui", "license": "MIT", "type": "commonjs", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.35.0" }, "dependencies": { "html-minifier": "^4.0.0" } }