{ "name": "sigpro", "version": "1.1.19", "type": "module", "license": "MIT", "main": "./index.js", "module": "./index.js", "unpkg": "./dist/sigpro.min.js", "jsdelivr": "./dist/sigpro.min.js", "exports": { ".": { "import": "./index.js", "script": "./dist/sigpro.js" }, "./vite": "./vite/index.js", "./vite/*": "./vite/*.js" }, "files": [ "index.js", "dist", "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": { "build": "bun build ./index.js --bundle --outfile=./dist/sigpro.js --format=iife --global-name=SigPro && bun build ./index.js --bundle --outfile=./dist/sigpro.min.js --bundle --format=iife --global-name=SigPro --minify", "prepublishOnly": "bun run build", "docs": "bun x serve docs" }, "keywords": [ "signals", "reactive", "web-components", "vanilla-js", "reactive-programming", "signals-library", "fine-grained-reactivity" ] }