{
  "name": "@syncable/core",
  "version": "3.0.0-wip.61",
  "publishConfig": {
    "access": "public"
  },
  "description": "Syncable.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/makeflow/syncable.git"
  },
  "keywords": [
    "syncable"
  ],
  "author": "Chengdu Mufan Technology Co., Ltd.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/makeflow/syncable/issues"
  },
  "homepage": "https://github.com/makeflow/syncable#readme",
  "scripts": {
    "lint:library": "tslint --project src/library",
    "lint": "yarn lint:library"
  },
  "main": "bld/library/index.js",
  "types": "bld/library/index.d.ts",
  "files": [
    "src/**/*.ts",
    "bld",
    "!*.tsbuildinfo"
  ],
  "peerDependencies": {
    "mobx": "5",
    "rxjs": "6"
  },
  "dependencies": {
    "extendable-error": "^0.1.5",
    "jsondiffpatch": "^0.3.11",
    "lodash": "^4.17.14",
    "replace-object": "^0.2.1",
    "tslang": "^0.1.23",
    "uuid": "^3.3.2",
    "villa": "^0.3.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.120",
    "@types/uuid": "^3.4.3"
  },
  "gitHead": "386fdcb4d9af41623d0eb0448ea0e00654d43697"
}
