-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 968 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
{
"name": "necc-liquidator",
"version": "1.0.0",
"main": "./index.ts",
"author": "Eric Juta",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"prepare": "husky install",
"start": "ts-node ./index.ts"
},
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.2.0",
"husky": "^7.0.1",
"prettier": "^2.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@ethersproject/providers": "^5.4.1",
"@types/death": "^1.1.2",
"@types/express": "^4.17.13",
"@types/node": "^16.11.12",
"@weiroll/weiroll.js": "^0.3.0",
"death": "^1.1.0",
"dotenv": "^10.0.0",
"ethers": "^5.4.4",
"express": "^4.17.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}