{
  "name": "@koroflow/core-js",
  "version": "0.0.1-beta.11",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "browserslist": [
    ">0.2%",
    "not dead",
    "not op_mini all"
  ],
  "dependencies": {
    "zustand": "^5.0.3"
  },
  "devDependencies": {
    "@koroflow/typescript-config": "0.0.1-beta.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rslib build",
    "check-types": "tsc --noEmit",
    "dev": "rslib build --watch",
    "fmt": "pnpm biome format --write .",
    "lint": "pnpm biome lint ./src"
  }
}