{
  "name": "@genshi/core",
  "version": "1.1.0",
  "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"
  ]
}