UNPKG

sharedb-jsproxy

Version:
41 lines (40 loc) 1.16 kB
{ "name": "sharedb-jsproxy", "version": "0.0.7", "description": "ShareDB JS Proxy", "config": { "main": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/maxfortun/sharedb-jsproxy.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "author": "Max Fortun <max@maxf.net>", "license": "ISC", "keywords": [ "sharedb", "jsproxy" ], "scripts": { "lint": "eslint $npm_package_config_main", "test": "DEBUG=sharedb-jsproxy* mocha", "release": "git tag | grep -q ^$npm_package_version\\$ && echo \"Release $npm_package_version already exists.\" || ( ( git diff-index --quiet HEAD || git commit -a -m \"Releasing $npm_package_version\" ) ; git push && git tag $npm_package_version && git push origin $npm_package_version; npm publish )" }, "devDependencies": { "chai": "^4.3.7", "eslint": "^6.8.0", "mocha": "^10.2.0", "sharedb": "^4.0.0", "sinon": "^15.2.0", "sinon-chai": "^3.7.0" }, "dependencies": { "debug": "^4.3.4", "diff-match-patch": "^1.0.5", "sharedb-promises": "^0.0.6" } }