{ "name": "sigpro-ui", "version": "1.0.2", "type": "module", "license": "MIT", "main": "./index.js", "module": "./index.js", "exports": { ".": "./index.js" }, "files": [ "index.js", "README.md", "LICENSE" ], "homepage": "https://natxocc.github.io/sigpro-ui/", "repository": { "type": "git", "url": "https://github.com/natxocc/sigpro-ui.git" }, "bugs": { "url": "https://github.com/natxocc/sigpro-ui/issues" }, "scripts": { "docs": "bun x serve docs" }, "keywords": [ "signals", "reactive", "sigpro", "sigpro components", "UI", "web-components", "vanilla-js", "reactive-programming", "signals-library", "fine-grained-reactivity" ] }