{
  "name": "@adobe/genstudio-uix-sdk",
  "version": "1.7.1",
  "description": "GenStudio UI Extensibility SDK",
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=9.0.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adobe/genstudio-uix-sdk.git"
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "build": "tsc",
    "semantic-release": "semantic-release",
    "clean": "rm -rf dist docs/api",
    "docs": "rm -rf docs/api && typedoc -githubPages false"
  },
  "keywords": [
    "uix",
    "genstudio"
  ],
  "author": "Adobe, Inc,",
  "license": "Apache-2.0",
  "dependencies": {
    "@adobe/uix-core": "^1.0.0",
    "@adobe/uix-guest": "^1.0.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.6",
    "jest": "^29.7.0",
    "semantic-release": "^24.2.1",
    "ts-jest": "^29.2.5",
    "typedoc": "^0.27.0",
    "typedoc-plugin-markdown": "^4.0.1",
    "typedoc-plugin-zod": "^1.1.2",
    "typescript": "^5.7.3"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "collectCoverage": true,
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "text",
      "lcov",
      "html"
    ],
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}",
      "!src/**/index.ts",
      "!src/**/*.d.ts"
    ]
  }
}
