{
  "name": "pretty-good-state",
  "version": "2.2.2",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "author": "David Tang",
  "keywords": [
    "react",
    "state",
    "valtio"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dvtng/pretty-good-state.git"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "bun test && bun run clean && bun run build"
  },
  "devDependencies": {
    "@happy-dom/global-registrator": "^17.1.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@types/bun": "latest",
    "@types/react": "^19.0.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0 <20.0.0",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "valtio": "^2.1.8"
  }
}
