UNPKG

solid-atom

Version:
40 lines (39 loc) 851 B
{ "name": "solid-atom", "version": "4.0.0", "description": "Simple two way reactive bindings", "author": "AFatNiBBa", "license": "ISC", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.umd.js", "import": "./dist/index.mjs" }, "scripts": { "build": "vite build", "save": "npm run build && npm publish" }, "devDependencies": { "@types/node": "^25.0.10", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4" }, "dependencies": { "solid-js": "^1.9.10" }, "repository": { "type": "git", "url": "git+https://github.com/AFatNiBBa/solid-atom.git" }, "keywords": [ "solid-js", "two", "way", "binding", "bindings", "two-way", "two-way-binding", "two-way-bindings" ] }