{
  "name": "@connectedxm/admin",
  "version": "11.15.0",
  "description": "Admin API javascript SDK",
  "author": "ConnectedXM Inc.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/connectedxm/admin-sdk.git"
  },
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "openapi.json"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./openapi.json": "./openapi.json",
    "./package.json": "./package.json"
  },
  "scripts": {
    "lint": "eslint src/**/*.ts mcp",
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "release": "npm run lint && npm run build",
    "local": "npm run release && npm pack",
    "exports": "tsx scripts/exports.ts",
    "mcp:check": "tsc -p mcp/tsconfig.json",
    "mcp:test": "vitest run mcp",
    "mcp:bundle": "esbuild mcp/mcpHandler.ts mcp/oauthHandler.ts --bundle --platform=node --target=node22 --format=cjs --outdir=mcp/dist --external:@aws-sdk/* --loader:.png=dataurl --loader:.woff2=dataurl --sourcemap && echo '{\"type\":\"commonjs\"}' > mcp/dist/package.json",
    "generate": "tsx scripts/generate.ts",
    "generate:sdks": "tsx scripts/generate-sdks.ts",
    "publish:sdk": "tsx scripts/publish-sdk.ts",
    "upgrade": "ncu -i --format group"
  },
  "dependencies": {
    "axios": "^1.20.0",
    "immer": "^11.1.18"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^5.0.0",
    "react": "^18 || ^19"
  },
  "devDependencies": {
    "@aws-sdk/client-dynamodb": "^3.1126.0",
    "@aws-sdk/lib-dynamodb": "^3.1126.0",
    "@babel/parser": "^7.29.2",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@swc/core": "^1.16.1",
    "@tanstack/react-query": "^5.102.8",
    "@types/aws-lambda": "^8.10.163",
    "@types/glob": "^9.0.0",
    "@types/node": "^22.15.3",
    "@types/react": "^19.2.18",
    "@typescript-eslint/eslint-plugin": "^8.69.0",
    "@typescript-eslint/parser": "^8.69.0",
    "aws-jwt-verify": "^5.2.1",
    "comment-parser": "^1.4.8",
    "esbuild": "0.28.2",
    "eslint": "^9.39.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "glob": "^13.0.6",
    "openapi-schema-validator": "^12.1.3",
    "recast": "^0.23.11",
    "tsup": "^8.5.1",
    "tsx": "^4.23.13",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "4.63.1"
  }
}
