2021-08-03 19:02:59 +00:00
|
|
|
{
|
2022-09-21 08:08:25 +00:00
|
|
|
"name": "@hcengineering/server-ws",
|
2021-08-20 16:46:38 +00:00
|
|
|
"version": "0.6.11",
|
2021-08-03 19:02:59 +00:00
|
|
|
"main": "lib/index.js",
|
2024-02-23 05:37:22 +00:00
|
|
|
"svelte": "src/index.ts",
|
|
|
|
"types": "types/index.d.ts",
|
2021-08-03 19:02:59 +00:00
|
|
|
"author": "Anticrm Platform Contributors",
|
2024-05-06 09:15:39 +00:00
|
|
|
"template": "@hcengineering/node-package-ws",
|
2024-02-23 05:37:22 +00:00
|
|
|
"license": "EPL-2.0",
|
2021-08-03 19:02:59 +00:00
|
|
|
"scripts": {
|
2024-05-06 09:15:39 +00:00
|
|
|
"build": "./uws.sh && compile && cp ./src/uws/*.node ./lib/uws",
|
|
|
|
"build:watch": "./uws.sh && compile && cp ./src/uws/*.node ./lib/uws",
|
2023-10-07 10:38:21 +00:00
|
|
|
"test": "jest --passWithNoTests --silent --forceExit",
|
2024-02-12 16:57:11 +00:00
|
|
|
"format": "format src",
|
2024-05-06 09:15:39 +00:00
|
|
|
"_phase:build": "./uws.sh && compile transpile src && cp ./src/uws/*.node ./lib/uws",
|
2024-02-12 16:57:11 +00:00
|
|
|
"_phase:test": "jest --passWithNoTests --silent --forceExit",
|
2024-02-23 05:37:22 +00:00
|
|
|
"_phase:format": "format src",
|
2024-05-06 09:15:39 +00:00
|
|
|
"_phase:validate": "./uws.sh && compile validate"
|
2021-08-03 19:02:59 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-09 05:35:54 +00:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2024-05-03 05:57:05 +00:00
|
|
|
"@types/compression": "~1.7.2",
|
|
|
|
"@types/cors": "^2.8.12",
|
|
|
|
"@types/express": "^4.17.13",
|
|
|
|
"@types/jest": "^29.5.5",
|
2024-02-06 02:57:31 +00:00
|
|
|
"@types/node": "~20.11.16",
|
2022-11-02 08:50:14 +00:00
|
|
|
"@types/ws": "^8.5.3",
|
2024-05-03 05:57:05 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
2023-11-20 10:01:43 +00:00
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
2024-05-03 05:57:05 +00:00
|
|
|
"eslint": "^8.54.0",
|
2023-11-20 10:01:43 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
2024-05-03 05:57:05 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-n": "^15.4.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2023-10-07 10:38:21 +00:00
|
|
|
"jest": "^29.7.0",
|
2024-05-03 05:57:05 +00:00
|
|
|
"prettier": "^3.1.0",
|
2023-10-07 10:38:21 +00:00
|
|
|
"ts-jest": "^29.1.1",
|
2024-05-03 05:57:05 +00:00
|
|
|
"typescript": "^5.3.3"
|
2021-08-03 19:02:59 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-03 05:57:05 +00:00
|
|
|
"@hcengineering/analytics": "^0.6.0",
|
2023-11-27 09:13:14 +00:00
|
|
|
"@hcengineering/core": "^0.6.28",
|
2024-05-03 05:57:05 +00:00
|
|
|
"@hcengineering/platform": "^0.6.9",
|
|
|
|
"@hcengineering/rpc": "^0.6.1",
|
2023-01-09 05:35:54 +00:00
|
|
|
"@hcengineering/server-core": "^0.6.1",
|
2023-11-27 09:13:14 +00:00
|
|
|
"@hcengineering/server-token": "^0.6.7",
|
2023-07-06 05:55:22 +00:00
|
|
|
"bufferutil": "^4.0.7",
|
2023-05-19 11:46:05 +00:00
|
|
|
"compression": "~1.7.4",
|
2024-04-12 05:23:32 +00:00
|
|
|
"cors": "^2.8.5",
|
2024-05-03 05:57:05 +00:00
|
|
|
"express": "^4.18.3",
|
|
|
|
"utf-8-validate": "^6.0.3",
|
|
|
|
"ws": "^8.16.0"
|
2023-07-06 05:55:22 +00:00
|
|
|
}
|
2021-08-03 19:02:59 +00:00
|
|
|
}
|