The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/ee/packages/federation-matrix/package.json

56 lines
1.6 KiB

{
"name": "@rocket.chat/federation-matrix",
"version": "0.0.9",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "jest",
"test:integration": "./tests/scripts/run-integration-tests.sh",
"test:federation": "jest --config jest.config.federation.ts",
"testunit": "jest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@rocket.chat/core-services": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "^0.31.25",
"@rocket.chat/federation-sdk": "0.3.8",
"@rocket.chat/http-router": "workspace:^",
"@rocket.chat/license": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/network-broker": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"emojione": "^4.5.0",
"marked": "^16.1.2",
"mongodb": "6.16.0",
"pino": "^8.21.0",
"reflect-metadata": "^0.2.2",
"sanitize-html": "~2.17.0",
"tsyringe": "^4.10.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@rocket.chat/ddp-client": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@types/emojione": "^2.2.9",
"@types/node": "~22.16.5",
"@types/sanitize-html": "~2.16.0",
"eslint": "~8.45.0",
"jest": "~30.2.0",
"jest-qase-reporter": "^2.1.4",
"matrix-js-sdk": "^38.4.0",
"pino-pretty": "^7.6.1",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../../package.json"
}
}