UNPKG

@genshi/core

Version:

A simple, composable and effective JavaScript state management library

40 lines 869 B
{ "name": "@genshi/core", "version": "1.1.1", "description": "A simple, composable and effective JavaScript state management library", "author": "Samrith Shankar <samrith.shankar@outlook.com>", "license": "MIT", "homepage": "https://genshi.samrith.dev", "type": "module", "source": "src/index.ts", "module": "lib/core.js", "main": "lib/core.cjs", "types": "lib/types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/samrith-s/genshi.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/samrith-s/genshi/issues" }, "files": [ "README.md", "LICENSE", "lib" ], "keywords": [ "state", "management", "library", "genshi", "react", "vue", "angular", "svelte", "javascript", "typescript", "atomic", "composable" ] }