mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 02:37:46 +03:00
6a34c5a8a0
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
32 lines
845 B
JSON
32 lines
845 B
JSON
{
|
|
"name": "@anticrm/server-ws",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "heft build",
|
|
"build:docs": "api-extractor run --local",
|
|
"test": "jest",
|
|
"lint": "ts-standard src",
|
|
"lint:fix": "eslint --fix ./src",
|
|
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && ts-standard --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"
|
|
},
|
|
"dependencies": {
|
|
"jwt-simple": "^0.5.6",
|
|
"ws": "^8.0.0",
|
|
"@anticrm/platform": "~0.6.0"
|
|
}
|
|
}
|