{
  "name": "@syncable/server",
  "version": "3.0.0-wip.62",
  "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": {
    "@syncable/core": "^3.0.0-wip.0"
  },
  "dependencies": {
    "extendable-error": "^0.1.5",
    "lodash": "^4.17.14",
    "rxjs": "^6.5.2",
    "tslang": "^0.1.23",
    "villa": "^0.3.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.120"
  },
  "gitHead": "888560dda3e976d7387a226588322a4c8bf05477"
}
