{
  "version": "1.0.21",
  "name": "@plasmicapp/data-sources",
  "license": "MIT",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "pnpm build:types && pnpm build:index",
    "build:types": "tsc",
    "build:index": "node ../../build.mjs ./src/index.tsx",
    "test": "vitest run --silent=passed-only",
    "lint": "eslint",
    "prepublishOnly": "npm run build",
    "postpublish": "bash ../../scripts/publish-api-doc-model.sh",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@types/react": "^18",
    "react": "^18.3.1",
    "vite": "8.1.5",
    "vitest": "4.1.10"
  },
  "dependencies": {
    "@plasmicapp/data-sources-context": "0.1.24",
    "@plasmicapp/host": "2.0.12",
    "@plasmicapp/query": "0.1.86",
    "fast-stringify": "^2.0.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "0e3cfc541089374f7510394a9c2f902b3c01b3df"
}
