{
  "name": "@cocreate/crud-client",
  "version": "1.37.0",
  "description": "A high-performance, multi-tenant CRUD client for CoCreate. Execute create, read, update, delete, and real-time synchronization operations against one or multiple storage providers using a unified API. Supports parallel persistence across databases such as MongoDB, SQLite, PostgreSQL, and other CoCreate storage adapters.",
  "keywords": [
    "cocreate",
    "crud",
    "crud-client",
    "database",
    "storage",
    "multi-database",
    "parallel-database",
    "parallel-storage",
    "distributed",
    "synchronization",
    "real-time",
    "websocket",
    "offline-first",
    "mongodb",
    "sqlite",
    "postgresql",
    "mysql",
    "document-database",
    "nosql",
    "sql",
    "client",
    "javascript",
    "nodejs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "webpack --config webpack.config.js",
    "build": "webpack --mode=production --config webpack.config.js",
    "dev": "webpack --config webpack.config.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoCreate-app/CoCreate-crud-client.git"
  },
  "author": "CoCreate LLC",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/CoCreate-app/CoCreate-crud-client/issues"
  },
  "homepage": "https://cocreate.app/docs/crud-client",
  "funding": {
    "type": "GitHub Sponsors ❤",
    "url": "https://github.com/sponsors/CoCreate-app"
  },
  "type": "module",
  "main": "./src/index.js",
  "dependencies": {
    "@cocreate/indexeddb": "^1.26.0",
    "@cocreate/socket-client": "^1.42.1"
  },
  "devDependencies": {
    "@cocreate/webpack": "^1.8.0"
  }
}
