{
  "name": "@osdk/cli",
  "version": "0.76.0",
  "description": "",
  "access": "public",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/palantir/osdk-ts.git"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./build/types/index.d.ts",
        "default": "./build/esm/index.js"
      },
      "default": "./build/esm/index.js"
    },
    "./*": {
      "import": {
        "types": "./build/types/public/*.d.ts",
        "default": "./build/esm/public/*.js"
      },
      "default": "./build/esm/public/*.js"
    }
  },
  "dependencies": {
    "@arethetypeswrong/cli": "0.17.3",
    "ajv": "8.13.0",
    "archiver": "7.0.1",
    "consola": "3.4.2",
    "execa": "9.6.0",
    "find-up": "7.0.0",
    "open": "10.1.2",
    "pretty-bytes": "6.1.1",
    "resolve-package-path": "4.0.3",
    "semver": "7.6.3",
    "tslib": "2.6.3",
    "yargs": "17.7.2",
    "@osdk/foundry-config-json": "1.12.0",
    "@osdk/shared.net.errors": "2.12.0",
    "@osdk/widget.api": "3.49.0",
    "@osdk/shared.net.fetch": "1.12.0"
  },
  "devDependencies": {
    "@types/archiver": "^6.0.3",
    "@types/ngeohash": "^0.6.8",
    "@types/node": "^18.19.124",
    "@types/semver": "^7.7.1",
    "@types/yargs": "^17.0.33",
    "ts-expect": "^1.3.0",
    "typescript": "~5.5.4",
    "@osdk/cli.cmd.typescript": "~0.76.0",
    "@osdk/cli.common": "~0.76.0",
    "@osdk/monorepo.tool.check-bundle": "~0.1.0",
    "@osdk/monorepo.tsconfig": "~0.7.0",
    "@osdk/monorepo.api-extractor": "~0.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "imports": {
    "#net": "./src/net/index.mts"
  },
  "keywords": [],
  "bin": {
    "osdk": "./bin/osdk.mjs"
  },
  "files": [
    "build/esm",
    "build/types",
    "CHANGELOG.md",
    "package.json",
    "templates",
    "*.d.ts"
  ],
  "module": "./build/esm/index.js",
  "types": "./build/esm/index.d.ts",
  "type": "module",
  "scripts": {
    "check-attw": "attw --profile esm-only --pack .",
    "check-bundle": "monorepo.tool.check-bundle",
    "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 .",
    "test": "vitest run --pool=forks",
    "test:watch": "vitest",
    "transpileEsm": "monorepo.tool.transpile -f esm -m bundle -t node",
    "transpileTypes": "monorepo.tool.transpile -f esm -m types -t node",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false"
  }
}