Files
huly-platform/foundations/communication/packages/rest-client/package.json
T
Denis Bykhov c3eba17a7e update deps
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-11-26 23:24:41 +05:00

61 lines
1.7 KiB
JSON

{
"name": "@hcengineering/communication-rest-client",
"version": "0.7.12",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"files": [
"lib/**/*",
"types/**/*",
"src/**/*",
"tsconfig.json"
],
"scripts": {
"build": "compile",
"_phase:build": "compile transpile src",
"_phase:validate": "compile validate",
"lint": "eslint \"src/**/*.ts\"",
"lint:fix": "eslint --fix \"src/**/*.ts\"",
"format": "prettier --write src/**/*.ts && eslint --fix \"src/**/*.ts\"",
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
},
"devDependencies": {
"@hcengineering/platform-rig": "workspace:^0.7.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"esbuild": "^0.25.10",
"esbuild-plugin-copy": "~2.1.1",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"@types/jest": "^29.5.5",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"@types/snappyjs": "^0.7.1"
},
"dependencies": {
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/communication-shared": "workspace:^0.7.11",
"@hcengineering/core": "workspace:^0.7.23",
"snappyjs": "^0.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hcengineering/communication.git"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"require": "./lib/index.js",
"import": "./lib/index.js"
}
}
}