-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 705 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "galen_bot",
"version": "1.0.0",
"description": "We will be building a bot, which will help all rocket.chat users with their mental and physical well-being along with helping with productiveness.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"dependencies": {
"@rocket.chat/sdk": "^0.2.9-2",
"@viclafouch/fetch-crawler": "^1.0.13",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"moment": "^2.29.4",
"mongoose": "^6.7.2",
"node-cron": "^3.0.2"
},
"author": "Team Fasalians",
"license": "ISC",
"devDependencies": {
"colors": "^1.4.0",
"nodemon": "^2.0.20"
}
}