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

58 lines
1.6 KiB

{
"name": "@rocket.chat/federation-matrix",
"version": "0.1.3",
"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.32.0",
"@rocket.chat/federation-sdk": "0.6.3",
"@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",
"lodash.debounce": "^4.0.8",
"marked": "^16.1.2",
"mem": "^8.1.1",
"mongodb": "6.16.0",
"pino": "10.3.1",
"reflect-metadata": "^0.2.2",
"sanitize-html": "~2.17.3",
"tsyringe": "^4.10.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@rocket.chat/ddp-client": "workspace:^",
"@types/emojione": "^2.2.9",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "~22.19.17",
"@types/sanitize-html": "~2.16.1",
"eslint": "~9.39.4",
"jest": "~30.2.0",
"jest-qase-reporter": "^2.1.4",
"matrix-js-sdk": "^38.4.0",
"pino-pretty": "13.1.3",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../../package.json"
}
}