{
    "name": "@real-db/server",
    "version": "0.0.0",
    "description": "The library for syncing data changes to multiple devices from your database",
    "main": "./lib/index.js",
    "scripts": {
        "test": "mocha --require ts-node/register test/**/*.ts",
        "publish": "tsc && npm publish --access=public"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitlab.com/real-db/core.git"
    },
    "keywords": [
        "real-time",
        "database",
        "javascript",
        "data-sync",
        "real-db"
    ],
    "author": "Moses Godson, Ali Muhammed",
    "license": "ISC",
    "bugs": {
        "url": "https://gitlab.com/real-db/core/issues"
    },
    "homepage": "https://gitlab.com/real-db/core#readme",
    "dependencies": {
        "lodash": "^4.17.11",
        "object-hash": "^1.3.1",
        "rxjs": "^6.4.0",
        "socket.io": "^2.2.0"
    },
    "devDependencies": {
        "@types/chai": "^4.1.7",
        "@types/lodash": "^4.14.123",
        "@types/mocha": "^5.2.6",
        "@types/socket.io": "^2.1.2",
        "chai": "^4.2.0",
        "mocha": "^6.1.3",
        "ts-node": "^8.0.3",
        "typescript": "^3.4.3"
    }
}
