{
  "name": "@osdk/vite-plugin-oac",
  "version": "0.58.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/palantir/osdk-ts.git"
  },
  "exports": {
    ".": {
      "browser": "./build/browser/index.js",
      "import": {
        "types": "./build/types/index.d.ts",
        "default": "./build/esm/index.js"
      },
      "require": "./build/cjs/index.cjs",
      "default": "./build/browser/index.js"
    },
    "./*": {
      "browser": "./build/browser/public/*.js",
      "import": {
        "types": "./build/types/public/*.d.ts",
        "default": "./build/esm/public/*.js"
      },
      "require": "./build/cjs/public/*.cjs",
      "default": "./build/browser/public/*.js"
    }
  },
  "dependencies": {
    "@osdk/foundry.ontologies": "2.73.0",
    "chalk": "^5.6.2",
    "emittery": "^1.2.0",
    "execa": "^9.6.0",
    "express": "^5.1.0",
    "jiti": "^2.5.1",
    "tiny-invariant": "^1.3.3",
    "@osdk/api": "2.59.0",
    "@osdk/faux": "0.43.0",
    "@osdk/client.unstable": "2.59.0",
    "@osdk/maker": "0.58.0",
    "@osdk/cli": "0.84.0",
    "@osdk/generator-converters.ontologyir": "2.59.0"
  },
  "peerDependencies": {
    "@osdk/maker": "*",
    "vite": "*"
  },
  "devDependencies": {
    "@types/node": "^20.19.13",
    "typescript": "~5.5.4",
    "@osdk/monorepo.api-extractor": "~0.7.0",
    "@osdk/monorepo.tsconfig": "~0.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/cjs",
    "build/esm",
    "build/browser",
    "build/types",
    "CHANGELOG.md",
    "package.json",
    "templates",
    "*.d.ts"
  ],
  "main": "./build/cjs/index.cjs",
  "module": "./build/esm/index.js",
  "types": "./build/cjs/index.d.cts",
  "type": "module",
  "scripts": {
    "check-attw": "attw --pack .",
    "check-spelling": "cspell --quiet .",
    "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
    "fix-lint": "oxlint -c ./oxlint.config.ts --fix . && oxfmt -c ../../oxfmt.config.ts .",
    "lint": "oxlint -c ./oxlint.config.ts . && oxfmt -c ../../oxfmt.config.ts --check .",
    "transpileBrowser": "monorepo.tool.transpile -f esm -m normal -t browser",
    "transpileCjs": "monorepo.tool.transpile -f cjs -m bundle -t node",
    "transpileEsm": "monorepo.tool.transpile -f esm -m normal -t node",
    "transpileTypes": "monorepo.tool.transpile -f esm -m types -t node",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false",
    "watch": "tsc --watch"
  }
}