{
  "name": "@superblocksteam/sdk",
  "version": "1.14.4",
  "description": "Superblocks JS SDK",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "types": "./dist/index.d.ts",
  "license": "Superblocks Community Software License",
  "devDependencies": {
    "@types/lodash": "^4.17.7",
    "@types/node": "^20.11.22",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "eslint": "^8.48.0",
    "eslint-plugin-unicorn": "^47.0.0",
    "prettier": "^2.8.8",
    "tslib": "^2.5.0",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "axios": "^1.3.5",
    "form-data": "^4.0.0",
    "lodash": "^4.17.21",
    "ws": "^8.17.0",
    "@superblocksteam/util": "1.14.4"
  },
  "homepage": "https://www.superblocks.com",
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=9.0.0"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc --build",
    "clean": "npm run clean:build && rm -rf node_modules",
    "clean:build": "tsc --build --clean && rm -rf dist tsconfig.tsbuildinfo",
    "lint": "eslint . --ext .ts --config .eslintrc.json",
    "lint:fix": "eslint . --ext .ts --config .eslintrc.json --fix",
    "typecheck": "tsc --noEmit",
    "check": "pnpm run lint && pnpm run typecheck"
  }
}