-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "position-monitor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"author": "Chinh Nguyen",
"license": "ISC",
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/node": "^14.11.2",
"@types/sjcl": "^1.0.30",
"gts": "^3.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"@eulerxyz/euler-sdk": "^0.2.11",
"@openzeppelin/contracts": "^4.8.0",
"@uniswap/sdk-core": "^3.1.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.3",
"@uniswap/v3-sdk": "^3.9.0",
"alchemy-sdk": "^2.4.3",
"chalk": "^4.1.2",
"commander": "^10.0.0",
"csvtojson": "^2.0.10",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"fastify": "^4.13.0",
"inquirer": "^8.2.5"
}
}