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

33 lines
755 B

{
"name": "@rocket.chat/agenda",
"description": "Fork of https://github.com/agenda/agenda",
"version": "0.0.1",
"private": true,
"dependencies": {
"cron": "~1.8.2",
"date.js": "~0.3.3",
"debug": "~4.1.1",
"human-interval": "^2.0.1",
"moment-timezone": "~0.5.43",
"mongodb": "^4.12.1"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/jest": "~29.5.2",
"eslint": "~8.43.0",
"jest": "~29.5.0",
"ts-jest": "~29.0.5",
"typescript": "~5.1.3"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"build": "rm -rf dist && tsc -p tsconfig.json"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
]
}