2024-05-09 10:40:50 +03:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2024-06-05 08:46:40 +03:00
|
|
|
"dependencies": {}
|
2024-05-09 10:40:50 +03:00
|
|
|
}
|