mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@rocket.chat/federation-matrix",
|
|
"version": "0.0.2-rc.5",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/cli": "~7.26.0",
|
|
"@babel/core": "~7.26.0",
|
|
"@babel/preset-env": "~7.26.0",
|
|
"@babel/preset-typescript": "~7.26.0",
|
|
"@rocket.chat/eslint-config": "workspace:^",
|
|
"@types/emojione": "^2.2.9",
|
|
"@types/node": "~22.14.0",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"babel-jest": "~30.0.0",
|
|
"eslint": "~8.45.0",
|
|
"jest": "~30.0.0",
|
|
"pino-pretty": "^7.6.1",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"test": "jest",
|
|
"build": "rm -rf dist && tsc -p tsconfig.build.json",
|
|
"testunit": "jest",
|
|
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"volta": {
|
|
"extends": "../../../package.json"
|
|
},
|
|
"dependencies": {
|
|
"@rocket.chat/core-services": "workspace:^",
|
|
"@rocket.chat/core-typings": "workspace:^",
|
|
"@rocket.chat/emitter": "^0.31.25",
|
|
"@rocket.chat/federation-sdk": "0.1.31",
|
|
"@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.10.0",
|
|
"pino": "^9.11.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"sanitize-html": "^2.17.0",
|
|
"tsyringe": "^4.10.0",
|
|
"tweetnacl": "^1.0.3"
|
|
}
|
|
}
|