{
  "name": "nexabase-console",
  "version": "2.2.0",
  "description": "SDK Client resmi untuk NexaBase: Platform Sinkronisasi NoSQL, Realtime, File Storage, & Autentikasi Offline-First.",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "nexabase",
    "firestore",
    "realtime",
    "database",
    "offline-first",
    "indexeddb",
    "sync",
    "otp",
    "auth",
    "storage"
  ],
  "author": "NexaBase Team",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.9",
    "socket.io-client": "^4.8.3"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
