platform/server/uws/package.json

29 lines
719 B
JSON
Raw Normal View History

{
"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": {}
}