-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 967 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
38
39
40
41
42
43
{
"name": "hamorny_tip_bot",
"version": "1.0.0",
"description": "harmony one reddit tip bot",
"main": "index.js",
"pkg": {
"assets": [
"views/**/*",
"img/**/*"
]
},
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ONE"
],
"author": "tnm0113",
"license": "ISC",
"dependencies": {
"@harmony-js/account": "^0.1.57",
"@harmony-js/contract": "^0.1.56",
"@harmony-js/core": "^0.1.57",
"@harmony-js/network": "^0.1.56",
"@harmony-js/transaction": "^0.1.56",
"@harmony-js/utils": "^0.1.56",
"config": "^3.3.6",
"ethers": "^5.3.0",
"pino": "^6.11.3",
"pino-pretty": "^5.0.1",
"sequelize": "^6.6.2",
"snoostorm": "^1.5.2",
"snoowrap": "^1.23.0",
"sqlite3": "^5.0.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"type": "module",
"devDependencies": {
"tslib": "^2.2.0"
}
}