-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1015 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
{
"name": "tetu_alerts",
"version": "1.0.0",
"description": "TETU alerts",
"scripts": {
"start": "ts-node src/Main.ts",
"build": "typechain --target ethers-v5 ./abi/*.json",
"dev": "nodemon -x ts-node src/Main.ts"
},
"author": "TETU team",
"license": "ISC",
"dependencies": {
"@typechain/ethers-v5": "^7.2.0",
"@types/express": "^4.17.13",
"@types/node": "^16.3.3",
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.4.7",
"express": "^4.17.1",
"nodemon": "^2.0.12",
"solc-0.8.4": "npm:solc@^0.8.9",
"ts-node": "^10.1.0",
"tslog": "^3.2.2",
"typechain": "^5.2.0",
"typescript": "^4.3.5",
"web3": "^1.4.0"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/chai-string": "^1.4.2",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^8.4.0"
},
"engines": {
"node": "12.20.1"
}
}