platform/server/uws/package.json
Andrey Sobolev b4aceb7af3
Move UWS into separate plugin with proper case usage. (#5556)
Move UWS into separate plugin with proper case usage.

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-05-09 12:40:50 +05:00

30 lines
722 B
JSON

{
"name": "@hcengineering/uws",
"version": "0.6.0",
"main": "lib/uws.js",
"types": "lib/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/node-package-uws",
"license": "EPL-2.0",
"exports": {
"import": "./lib/ESM_wrapper.mjs",
"require": "./lib/uws.js",
"types": "./lib/index.d.ts"
},
"scripts": {
"build": "./uws.sh",
"build:watch": "./uws.sh",
"test": "echo 'test'",
"format": "echo 'format'",
"_phase:build": "rushx build",
"_phase:test": "echo 'test'",
"_phase:format": "echo 'format'",
"_phase:validate": "./uws.sh"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.6.0"
},
"dependencies": {
}
}