forked from hawooni/crypto-opnbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 931 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
35
36
37
{
"name": "@opnbot/crypto",
"version": "0.4.0",
"description": "A simple crypto Telegram Bot based on chart-img.com API.",
"license": "Apache-2.0",
"author": "hawooni <[email protected]> (https://hawooni.com)",
"homepage": "https://crypto.opnbot.com",
"repository": {
"type": "git",
"url": "https://github.com/hawooni/crypto-opnbot.git"
},
"bugs": {
"url": "https://github.com/hawooni/crypto-opnbot/issues"
},
"scripts": {
"prettier": "prettier --write '**/*.{js,json,md}'"
},
"_moduleAliases": {
"@src": "src",
"@lib": "lib",
"@config": "config"
},
"dependencies": {
"axios": "^0.25.0",
"dotenv": "^14.2.0",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"node-cache": "^5.1.2",
"node-telegram-bot-api": "^0.56.0",
"qs": "^6.10.3",
"winston": "^3.4.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"prettier": "^2.5.1"
}
}