-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
45
46
47
48
{
"name": "titanx-tg-bot",
"version": "1.0.0",
"description": "Telegram Bot for TitanX Project",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/hawk.js",
"dev": "nodemon src/hawk.ts & nodemon src/owls.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toptal126/TitanX-tg-bot.git"
},
"keywords": [
"telegram",
"bot",
"bsc",
"crypto",
"titanx"
],
"author": "Ace Crypto",
"license": "ISC",
"bugs": {
"url": "https://github.com/toptal126/TitanX-tg-bot/issues"
},
"homepage": "https://github.com/toptal126/TitanX-tg-bot#readme",
"devDependencies": {
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"dotenv": "^16.0.1",
"eslint": "^8.1.0",
"nodemon": "^2.0.18",
"telegraf": "^4.8.5",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.27.2",
"eth-crypto": "^2.3.0",
"mongodb": "^4.7.0",
"mongoose": "^6.4.2",
"node-fetch": "^2.6.7",
"sharp": "^0.30.7",
"web3": "^1.7.4"
}
}