-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 965 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": "ScalaTelegramWallet",
"version": "2.0",
"description": "",
"main": "app.js",
"scripts": {
"lint": "npx eslint --ext .js --config .eslintrc.js --fix src/*"
},
"author": "",
"dependencies": {
"@terra-money/terra.js": "^3.1.7",
"cli-color": "^1.4.0",
"cli-progress": "^3.9.1",
"dateformat": "^3.0.3",
"git-rev-sync": "^3.0.2",
"http": "0.0.0",
"https": "^1.0.0",
"ioredis": "^4.28.5",
"isomorphic-fetch": "^3.0.0",
"javascript-time-ago": "^2.3.8",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"telegraf": "^4.4.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.11",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"semistandard": "^16.0.0",
"snazzy": "^9.0.0"
}
}