{
  "name": "@reatom/web",
  "version": "3.6.0",
  "private": false,
  "sideEffects": false,
  "description": "Reatom for web",
  "source": "src/index.ts",
  "exports": {
    "types": "./build/index.d.ts",
    "require": "./build/index.js",
    "default": "./build/index.mjs"
  },
  "main": "build/index.js",
  "module": "build/index.mjs",
  "types": "build/index.d.ts",
  "browserslist": [
    "last 1 year"
  ],
  "minify": {
    "mangle": false
  },
  "scripts": {
    "sandbox": "vite",
    "prepublishOnly": "npm run build && npm run test",
    "build": "microbundle",
    "test": "ts-node src/index.test.ts",
    "test:watch": "tsx watch src/index.test.ts"
  },
  "dependencies": {
    "@reatom/core": ">=3.5.0",
    "@reatom/hooks": "^3.2.0",
    "@reatom/primitives": "^3.5.0"
  },
  "author": "artalar",
  "maintainers": [
    {
      "name": "artalar",
      "url": "https://github.com/artalar"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/artalar/reatom.git"
  },
  "bugs": {
    "url": "https://github.com/artalar/reatom/issues"
  },
  "homepage": "https://www.reatom.dev/package/web",
  "keywords": [
    "web",
    "reactive",
    "reactivity",
    "state-manager",
    "reatom"
  ],
  "files": [
    "/build",
    "/package.json"
  ]
}
