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