-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 962 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
{
"name": "givback-calculation",
"version": "1.3.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"startOld": "nodemon src/index.js",
"build": "tsc --project ./",
"start": " ts-node-dev --project ./tsconfig.json --respawn ./src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ethersproject/keccak256": "^5.7.0",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v3-sdk": "^3.8.1",
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"ethers": "6.9.0",
"express": "^4.17.1",
"graphql": "^15.6.0",
"graphql-request": "^3.5.0",
"json2csv": "^5.0.6",
"moment": "^2.29.1",
"swagger-ui-express": "4.1.6",
"ts-node-dev": "^2.0.0",
"typescript": "^4.5.2",
"underscore": "^1.13.1",
"web3": "^1.6.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"nodemon": "^2.0.13"
}
}