-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 888 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
29
30
31
32
33
34
35
36
37
38
{
"name": "freelancehuntbot",
"version": "1.0.0",
"description": "FreelancehuntBot",
"main": "api.js",
"scripts": {
"dev": "nodemon bots/Bot.js",
"lint": "eslint ./",
"start": "node bots/Bot.js production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderIvanov20/FreelncehuntBot.git"
},
"keywords": [
"Node.JS",
"Bot",
"Freelancehunt",
"FreelancehuntBot",
"TelegramBot"
],
"author": "Alexander Ivanov",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexanderIvanov20/FreelncehuntBot/issues"
},
"homepage": "https://github.com/AlexanderIvanov20/FreelncehuntBot#readme",
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"mongoose": "^5.9.22",
"telegraf": "^3.38.0"
},
"devDependencies": {
"@types/node": "^13.13.2",
"nodemon": "^2.0.4"
}
}