forked from robinp7720/TelegramZoomReminderBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 659 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 659 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
26
27
28
{
"name": "telegramzoomreminder",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r dotenv/config dist",
"build": "npx babel src -d dist"
},
"author": "",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"node-schedule": "^1.3.2",
"restify": "^8.5.1",
"telegraf": "^3.38.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.12.7",
"eslint": "^7.11.0",
"jshint": "^2.12.0",
"nodemon": "^2.0.5"
}
}