yjs-backend/package.json
2019-04-24 08:07:37 +02:00

49 lines
1.1 KiB
JSON

{
"name": "y-websocket",
"version": "0.0.0",
"description": "Websockets provider for Yjs",
"main": "",
"scripts": {
"start": "node ./bin/server.js",
"dist": "rm -rf dist/* && rollup -c",
"test": "echo 'should lint here'",
"lint": "standard",
"preversion": "npm run test",
"version": "npm run dist"
},
"bin": {
"y-websocket-server": "./bin/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y-js/y-websocket.git"
},
"keywords": [
"Yjs"
],
"author": "Kevin Jahns <kevin.jahns@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-js/y-websocket/issues"
},
"homepage": "https://github.com/y-js/y-websocket#readme",
"dependencies": {},
"devDependencies": {
"rollup": "^1.1.2",
"rollup-cli": "^1.0.9",
"standard": "^12.0.1",
"lib0": "file:/../lib0",
"y-leveldb": "file:../y-leveldb",
"y-protocols": "file:../y-protocols",
"yjs": "file:../yjs"
},
"peerDependenies": {
"lib0": "^0.0.1",
"yjs": "*"
},
"optionalDependencies": {
"ws": "^6.2.1",
"y-leveldb": "*"
}
}