-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "telegram-bot-bovespa-herbs",
"version": "1.0.0",
"description": "Telegram bot with Telegraf and HerbsJs",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"start:dev": "nodemon src/index.js",
"test": "herbs spec",
"lint": "npx eslint \"**/*.{js,jsx}\" --quiet",
"lint:fix": "npx eslint \"**/*.{js,jsx}\" --fix"
},
"keywords": [
"telegraf",
"telegram-bot",
"herbs"
],
"author": "vitorgamer58",
"license": "MIT",
"devDependencies": {
"@herbsjs/aloe": "^2.3.0-beta.1",
"@herbsjs/herbs-cli": "^2.19.0-beta.5",
"@herbsjs/herbsshelf": "^5.0.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"express": "^4.18.2",
"nodemon": "^2.0.20",
"prettier": "^3.0.0"
},
"dependencies": {
"@herbsjs/herbarium": "^1.5.0",
"@herbsjs/herbs": "^2.0.0",
"@herbsjs/herbs2mongo": "^4.0.0",
"@satsczar/telegraf-command-parts": "^1.0.4",
"axios": "^1.1.2",
"cron": "^2.3.1",
"cron-validator": "^1.3.1",
"cronstrue": "^2.27.0",
"dotenv": "^16.0.3",
"handlebars": "^4.7.7",
"telegraf": "^4.10.0"
}
}