{
  "name": "@osdk/foundry",
  "version": "2.75.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/palantir/foundry-platform-typescript.git"
  },
  "exports": {
    ".": {
      "browser": "./build/browser/index.js",
      "import": "./build/esm/index.js",
      "default": "./build/esm/index.js"
    },
    "./*": {
      "browser": "./build/browser/public/*.js",
      "import": "./build/esm/public/*.js",
      "default": "./build/esm/public/*.js"
    }
  },
  "dependencies": {
    "@osdk/shared.client": "^1.0.1",
    "@osdk/shared.client2": "^1.0.0",
    "@osdk/foundry.admin": "2.75.0",
    "@osdk/foundry.audit": "2.75.0",
    "@osdk/foundry.checkpoints": "2.75.0",
    "@osdk/foundry.connectivity": "2.75.0",
    "@osdk/foundry.core": "2.75.0",
    "@osdk/foundry.aipagents": "2.75.0",
    "@osdk/foundry.filesystem": "2.75.0",
    "@osdk/foundry.geo": "2.75.0",
    "@osdk/foundry.functions": "2.75.0",
    "@osdk/foundry.languagemodels": "2.75.0",
    "@osdk/foundry.geojson": "2.75.0",
    "@osdk/foundry.mediasets": "2.75.0",
    "@osdk/foundry.models": "2.75.0",
    "@osdk/foundry.datasets": "2.75.0",
    "@osdk/foundry.datahealth": "2.75.0",
    "@osdk/foundry.operations": "2.75.0",
    "@osdk/foundry.notepad": "2.75.0",
    "@osdk/foundry.ontologies": "2.75.0",
    "@osdk/foundry.orchestration": "2.75.0",
    "@osdk/foundry.pack": "2.75.0",
    "@osdk/foundry.publicapis": "2.75.0",
    "@osdk/foundry.streams": "2.75.0",
    "@osdk/foundry.thirdpartyapplications": "2.75.0",
    "@osdk/foundry.sqlqueries": "2.75.0",
    "@osdk/shared.net.platformapi": "~1.8.0",
    "@osdk/foundry.widgets": "2.75.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.57.7",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "rollup": "^4.60.0",
    "typescript": "^5.5.4",
    "@osdk/monorepo.tsconfig": "~0.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/cjs",
    "build/esm",
    "build/browser",
    "CHANGELOG.md",
    "dist",
    "package.json",
    "templates",
    "*.d.ts"
  ],
  "module": "./build/esm/index.js",
  "types": "./build/esm/index.d.ts",
  "sls": {
    "dependencies": {
      "com.palantir.foundry.api:api-gateway": {
        "minVersion": "1.1751.1",
        "maxVersion": "1.x.x",
        "optional": false
      }
    }
  },
  "type": "module",
  "scripts": {
    "build": "node -e \"if (process.version.startsWith(\\\"v18\\\")) { process.exit(0) } else { process.exit(1) }\" || (rollup -c && api-extractor run)",
    "check-attw": "monorepo.tool.attw esm",
    "check-spelling": "cspell --quiet --no-must-find-files .",
    "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
    "fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
    "lint": "eslint . && dprint check  --config $(find-up dprint.json)",
    "transpile": "monorepo.tool.transpile"
  }
}