{
  "name": "@staffbase/widget-sdk",
  "version": "3.17.0",
  "description": "Staffbase SDK for Custom Widgets",
  "homepage": "https://developers.staffbase.com/frameworks/customwidget-development",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "keywords": [
    "web-components"
  ],
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "scripts": {
    "doc": "typedoc --readme none --out docs lib/index.ts",
    "build": "npx tsc & npx esbuild lib/index.ts --bundle --format=cjs --outfile=dist/index.js & npx esbuild lib/index.ts --bundle --format=esm --outfile=dist/index.mjs",
    "prepare": "husky"
  },
  "license": "Apache-2.0",
  "author": "Staffbase",
  "dependencies": {
    "@rjsf/core": "^5.24.7",
    "@rjsf/utils": "^5.24.7",
    "@types/json-schema": "^7.0.9"
  },
  "devDependencies": {
    "@commitlint/cli": "20.4.1",
    "@commitlint/config-conventional": "19.8.1",
    "@types/node": "^24.6.2",
    "@types/react": "^19.2.0",
    "esbuild": "0.27.3",
    "husky": "^9.1.7",
    "typedoc": "0.28.17",
    "typedoc-github-wiki-theme": "2.1.0",
    "typedoc-plugin-markdown": "4.10.0",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Staffbase/widget-sdk.git"
  }
}
