-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
49
50
51
52
53
54
55
56
57
{
"name": "XRP-Telegram-Bot",
"version": "1.5.0",
"description": "Send , Deposit , Withdraw ,Tip With $XRP in Telegram",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write `find . -name \"*.js\"`"
},
"keywords": [
"telegram",
"bot",
"xrp",
"ripple"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"bignumber.js": "^4.1.0",
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"mysql2": "^1.6.5",
"node-schedule": "^1.3.2",
"redis": "^2.8.0",
"ripple-address-codec": "^2.0.1",
"rippled-ws-client": "^1.0.0",
"rippled-ws-client-sign": "^0.2.0",
"rss-parser": "^3.6.3",
"sequelize": "^5.3.5",
"sequelize-cli": "^5.4.0",
"telegraf": "^3.27.1",
"telegraf-command-parts": "^1.0.3",
"telegraf-session-redis": "^5.1.0",
"uuid": "^3.3.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1"
},
"resolutions": {
"jsonschema": "1.2.2"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.17.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.17.0"
}
}