UNPKG

solid-atom

Version:
40 lines (39 loc) 850 B
{ "name": "solid-atom", "version": "1.0.2", "description": "Simple two way reactive bindings", "author": "AFatNiBBa", "license": "ISC", "types": "./dist/index.d.ts", "exports": { "require": "./dist/index.umd.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "scripts": { "build": "vite build", "save": "npm run build && npm publish" }, "devDependencies": { "@types/node": "^20.6.0", "vite": "^4.4.9", "vite-plugin-dts": "^3.5.3" }, "dependencies": { "solid-js": "^1.7.11" }, "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" ] }