-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 939 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
{
"name": "uniswap-top-trades-query",
"version": "1.0.0",
"description": "This query retrieves the top 10 trades by volume on the Uniswap subgraph, providing insights into the most significant trades.",
"main": "query.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node query.js"
},
"keywords": [],
"keywords": [
"uniswap",
"subgraph",
"query",
"top trades",
"volume",
"blockchain",
"defi",
"arbitrum",
"trading"
],
"author": "Tea M. Larson-Hetrick",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temichelle13/uniswap-top-trades-query.git"
},
"bugs": {
"url": "https://github.com/temichelle13/uniswap-top-trades-query/issues"
},
"homepage": "https://github.com/temichelle13/uniswap-top-trades-query#readme"
}