platform/server/ws/package.json

33 lines
816 B
JSON
Raw Normal View History

{
"name": "@anticrm/server-ws",
"version": "0.6.11",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"build:watch": "tsc",
"test": "heft test",
"lint:fix": "eslint --fix src"
},
"devDependencies": {
"@anticrm/platform-rig":"~0.6.0",
"@types/heft-jest":"^1.0.2",
"@types/node": "^16.4.10",
"@typescript-eslint/eslint-plugin":"4",
"eslint-plugin-import":"2",
"eslint-plugin-promise":"4",
"eslint-plugin-node":"11",
"eslint":"^7.32.0",
"@types/ws":"^7.4.7",
"@rushstack/heft": "^0.41.1"
},
"dependencies": {
"jwt-simple": "^0.5.6",
"ws": "^8.0.0",
"@anticrm/platform": "~0.6.5",
"@anticrm/core": "~0.6.11",
"@anticrm/server-core": "~0.6.1"
}
}