UNPKG

@storeon/svelte

Version:

A tiny (187 bytes) connector for Storeon and Svelte

30 lines 683 B
{ "name": "@storeon/svelte", "version": "1.0.0", "description": "A tiny (187 bytes) connector for Storeon and Svelte", "main": "index.cjs", "types": "index.d.ts", "repository": "https://github.com/storeon/svelte.git", "author": "Dmytro Mostovyi <djmakaron2009@gmail.com>", "license": "MIT", "sideEffects": false, "peerDependencies": { "storeon": "^3.0.0", "svelte": "^3.20.0" }, "keywords": [ "storeon", "state", "svelte" ], "type": "module", "module": "index.js", "react-native": "index.js", "exports": { "./package.json": "./package.json", ".": { "require": "./index.cjs", "import": "./index.js" } } }