UNPKG

@syncable/client

Version:
48 lines (47 loc) 1.07 kB
{ "name": "@syncable/client", "version": "3.0.0-wip.65", "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", "mobx": "5", "rxjs": "6" }, "dependencies": { "jsondiffpatch": "^0.3.11", "lodash": "^4.17.14", "tslang": "^0.1.23", "villa": "^0.3.1" }, "devDependencies": { "@types/lodash": "^4.14.120" }, "gitHead": "a894c6c5208de88a91b2686c207d69b9cd89e0ef" }