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/packages/message-types/package.json

33 lines
685 B

{
"name": "@rocket.chat/message-types",
"version": "0.0.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"lint": "eslint .",
"test": "jest",
"testunit": "jest"
},
"devDependencies": {
"@rocket.chat/core-typings": "workspace:~",
"@rocket.chat/eslint-config": "workspace:~",
"date-fns": "~4.1.0",
"eslint": "~8.45.0",
"i18next": "~23.4.9",
"jest": "~30.2.0",
"moment": "^2.30.1",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../package.json"
},
"peerDependencies": {
"date-fns": "~4.1.0",
"moment": "^2.30.1"
}
}