forked from RageTrade/utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 827 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
{
"name": "ragetrade-utilities",
"version": "1.0.0",
"description": "scripts for rage-trade ecosystem",
"main": "index.ts",
"repository": "https://github.com/rage-trade/scripts",
"author": "protodev-rage <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"format:fix": "prettier --write ."
},
"devDependencies": {
"@tsconfig/node17": "^1.0.0",
"@types/node": "^17.0.34",
"@types/node-cron": "^3.0.1",
"@types/uuid": "^8.3.4",
"dotenv": "^16.0.1",
"typescript": "4.6.4",
"uuid": "^8.3.2"
},
"dependencies": {
"@ragetrade/sdk": "^0.9.5",
"@uniswap/v3-sdk": "^3.8.2",
"cross-fetch": "^3.1.5",
"ethers": "^5.6.9",
"ftx-api": "^1.1.13",
"node-cron": "^3.0.0"
}
}