{
    "name": "@casual-simulation/causal-trees",
    "version": "3.2.1-alpha.5649263218",
    "description": "Create persistent, distributed, realtime, and conflict-free data types.",
    "keywords": [
        "crdt",
        "causal-tree"
    ],
    "author": "Casual Simulation, Inc.",
    "homepage": "https://github.com/casual-simulation/casualos",
    "license": "MIT",
    "main": "index.js",
    "types": "index.d.ts",
    "module": "index",
    "directories": {
        "lib": "."
    },
    "files": [
        "/README.md",
        "/LICENSE.txt",
        "**/*.js",
        "**/*.js.map",
        "**/*.d.ts"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/casual-simulation/casualos.git"
    },
    "scripts": {
        "watch": "tsc --watch",
        "watch:player": "npm run watch",
        "build": "echo \"Nothing to do.\"",
        "test": "jest",
        "test:watch": "jest --watchAll"
    },
    "publishConfig": {
        "access": "public"
    },
    "bugs": {
        "url": "https://github.com/casual-simulation/casualos/issues"
    },
    "dependencies": {
        "@casual-simulation/crypto": "^3.2.1-alpha.5649263218",
        "@casual-simulation/timesync": "^3.1.28",
        "@types/base64-js": "^1.3.0",
        "@types/lodash": "^4.14.176",
        "base64-js": "^1.5.1",
        "lodash": "4.17.21",
        "rxjs": "7.5.7"
    },
    "devDependencies": {
        "benchmark": "2.1.4",
        "platform": "1.3.5"
    },
    "gitHead": "001469e709f77899edfdbe6974cf13831dcf9ef4"
}
