{
  "name": "@zenstackhq/sdk",
  "displayName": "ZenStack SDK",
  "description": "Utilities for building ZenStack plugins",
  "version": "3.5.6",
  "type": "module",
  "author": {
    "name": "ZenStack Team",
    "email": "contact@zenstack.dev"
  },
  "homepage": "https://zenstack.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/zenstackhq/zenstack"
  },
  "license": "MIT",
  "keywords": [],
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./ast": {
      "import": {
        "types": "./dist/ast.d.ts",
        "default": "./dist/ast.js"
      },
      "require": {
        "types": "./dist/ast.d.cts",
        "default": "./dist/ast.cjs"
      }
    }
  },
  "dependencies": {
    "langium": "3.5.0",
    "ts-pattern": "^5.7.1",
    "typescript": "^5.9.3",
    "@zenstackhq/language": "3.5.6",
    "@zenstackhq/common-helpers": "3.5.6"
  },
  "devDependencies": {
    "decimal.js": "^10.4.3",
    "kysely": "~0.28.8",
    "@zenstackhq/eslint-config": "3.5.6",
    "@zenstackhq/typescript-config": "3.5.6"
  },
  "funding": "https://github.com/sponsors/zenstackhq",
  "scripts": {
    "build": "tsc --noEmit && tsup-node",
    "watch": "tsup-node --watch",
    "lint": "eslint src --ext ts",
    "pack": "pnpm pack"
  }
}