{
  "name": "observable-store-light",
  "version": "2.0.19",
  "description": "A observer-based state manager for node and browser",
  "author": "KUROCHKIN DENIS",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/denisso/observable-store-light.git"
  },
  "homepage": "https://github.com/denisso/observable-store-light#readme",
  "bugs": {
    "url": "https://github.com/denisso/observable-store-light/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "state",
    "store",
    "observer",
    "hooks",
    "typescript"
  ],
  "devDependencies": {
    "jsdom": "^27.4.0",
    "prettier": "^3.7.4",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  }
}
