{
  "name": "@osdk/shared.client2",
  "version": "1.0.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/palantir/osdk-ts.git"
  },
  "exports": {
    ".": {
      "import": "./index.js",
      "browser": "./index.js"
    }
  },
  "devDependencies": {
    "typescript": "^5.4.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/cjs",
    "build/esm",
    "build/browser",
    "CHANGELOG.md",
    "package.json",
    "templates",
    "*.d.{c,m}ts",
    "index.d.ts",
    "index.cjs",
    "index.mjs",
    "index.js"
  ],
  "module": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "scripts": {
    "check-attw": "monorepo.tool.attw esm",
    "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)"
  }
}