{
  "name": "featurebase-js",
  "version": "1.0.3",
  "description": "Typed client SDK for Featurebase — messenger, changelog widget, feedback widget, and surveys.",
  "keywords": [
    "featurebase",
    "messenger",
    "support",
    "in-app-chat",
    "help-center",
    "changelog",
    "feedback-widget",
    "survey",
    "survey-widget"
  ],
  "homepage": "https://featurebase.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FeaturebaseHQ/sdk.git",
    "directory": "client"
  },
  "bugs": {
    "url": "https://featurebase.app/contact"
  },
  "author": "Featurebase <hello@featurebase.app>",
  "license": "MIT",
  "private": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist/*.js",
    "dist/*.cjs",
    "dist/*.d.ts",
    "dist/*.d.cts",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js",
      "require": "./dist/react.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "jest --config jest.config.cjs",
    "check": "node scripts/check-publish-surface.cjs",
    "prepublishOnly": "npm run build && npm run typecheck && npm run test && npm run check"
  },
  "peerDependencies": {
    "react": ">=17"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/react": "^16.1.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.0",
    "@types/react": "18.2.0",
    "@types/react-dom": "18.2.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "ts-jest": "^29.2.5",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  }
}
