{
  "name": "@object-ui/data-objectstack",
  "version": "17.6.0",
  "description": "ObjectStack Data Adapter for Object UI",
  "license": "MIT",
  "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",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "dependencies": {
    "@objectstack/client": "^17.0.0",
    "@objectstack/spec": "^17.0.0",
    "@object-ui/core": "17.6.0",
    "@object-ui/types": "17.6.0"
  },
  "devDependencies": {
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "objectui",
    "sdui",
    "schema-driven-ui",
    "react",
    "tailwind",
    "shadcn",
    "objectstack",
    "data-source",
    "adapter",
    "objectql",
    "objectstack-client"
  ],
  "author": "ObjectStack Team <team@objectstack.ai>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/objectstack-ai/objectui.git",
    "directory": "packages/data-objectstack"
  },
  "bugs": {
    "url": "https://github.com/objectstack-ai/objectui/issues"
  },
  "homepage": "https://www.objectui.org/docs/guide/data-source",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "type-check": "tsc --noEmit",
    "test": "vitest run",
    "lint": "eslint ."
  }
}