{
  "name": "@wherdkit/core",
  "version": "0.3.18",
  "description": "Headless core for Wherd — the in-app feedback, feature-voting, and changelog SDK. Client, offline queue, store, and React hooks. Platform-agnostic.",
  "license": "MIT",
  "keywords": ["feedback", "changelog", "feature-requests", "sdk", "react", "headless"],
  "repository": {
  "type": "git",
  "url": "https://github.com/wherdhq/wherd",
  "directory": "packages/core"
},
"homepage": "https://github.com/wherdhq/wherd",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
  ".": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  }
},
"files": ["dist"],
"scripts": {
  "build": "tsup",
  "dev": "tsup --watch",
  "typecheck": "tsc --noEmit",
  "test": "bun test"
},
"dependencies": {
  "zod": "^4.4.3"
},
"peerDependencies": {
  "react": ">=18"
},
"devDependencies": {
  "@wherdkit/config": "0.0.0",
  "@types/bun": "^1.3.14",
  "@types/react": "^19.0.0",
  "react": "^19.0.0",
  "tsup": "^8.3.5",
  "typescript": "^6.0.3"
}
}
