{
  "name": "@svnrnns/typed-expo-store",
  "private": false,
  "version": "1.0.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "react-native": "dist/index.cjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsup",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "license": "MIT",
  "author": "seven rings (https://twitter.com/svnrnns)",
  "repository": {
    "type": "git",
    "url": "https://github.com/svnrnns/typed-expo-store"
  },
  "homepage": "https://github.com/svnrnns/typed-expo-store",
  "bugs": {
    "url": "https://github.com/svnrnns/typed-expo-store/issues"
  },
  "peerDependencies": {
    "expo-secure-store": ">=14.0.0",
    "zod": "^4"
  },
  "peerDependenciesMeta": {
    "zod": {
      "optional": false
    }
  },
  "dependencies": {
    "zod": "^4"
  },
  "devDependencies": {
    "expo-secure-store": "^15",
    "tsup": "^8.5.1",
    "typescript": "^5.2.0"
  }
}
