mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-25 12:37:02 +03:00
b4aceb7af3
Move UWS into separate plugin with proper case usage. Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
30 lines
722 B
JSON
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": {
|
|
}
|
|
}
|