-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 896 Bytes
/
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
{
"name": "tg-bot-link-shorten",
"version": "1.0.0",
"description": "Telegram link shortener bot that sells domain names and phone number leads",
"main": "js/_index.js",
"scripts": {
"start": "node js/start-bot.js",
"start:dev": "nodemon js/start-bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@blockbee/api": "^1.1.0",
"axios": "^1.5.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": ">=4.19.2",
"express-validator": "^7.2.0",
"fincra-node-sdk": "^0.2.3",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"mongodb": "^5.9.0",
"nanoid": "^3.0.0",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.61.0",
"nodemailer": "^6.9.15",
"qrcode": "^1.5.3"
},
"devDependencies": {
"eslint": "^8.52.0"
}
}