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/cron/package.json

31 lines
774 B

{
"name": "@rocket.chat/cron",
"version": "0.1.47-rc.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix"
},
"dependencies": {
"@rocket.chat/agenda": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/random": "workspace:^",
"mongodb": "6.16.0"
},
"devDependencies": {
"@rocket.chat/tsconfig": "workspace:*",
"eslint": "~8.45.0",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../package.json"
}
}