{
  "name": "@superblocksteam/sdk-api",
  "version": "0.0.11",
  "description": "Superblocks SDK for TypeScript-based API definitions",
  "license": "Superblocks Community Software License",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@superblocksteam/types": "1.351.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@bufbuild/protobuf": "1.3.0",
    "@eslint/js": "^9.39.1",
    "@types/node": "^20",
    "dotenv": "^16.4.5",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "tsx": "^4.19.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.2",
    "uuid": "^11.1.1",
    "vitest": "^2.0.0",
    "@superblocksteam/shared": "0.0.1"
  },
  "engines": {
    "node": ">=20",
    "npm": ">=10.x"
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "rm -rf ./dist *tsbuildinfo",
    "dev": "tsc --build --watch",
    "lint": "eslint --max-warnings 0",
    "lint:fix": "eslint --fix",
    "publish-package": "pnpm publish",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "vitest run --config tests/e2e/vitest.config.ts",
    "test:e2e:watch": "vitest --config tests/e2e/vitest.config.ts",
    "test:e2e:setup": "tsx tests/e2e/utils/setup-integrations.ts",
    "typecheck": "tsc --noEmit",
    "coverage-matrix": "tsx scripts/generate-coverage-matrix.ts"
  }
}