-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 735 Bytes
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
{
"name": "dao-tracker",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "ts-node -r dotenv/config ./index.ts"
},
"author": "Arjun Balaji <arjunblj@gmail.com>",
"license": "MIT",
"dependencies": {
"@aragon/connect": "0.8.0-alpha.6",
"@aragon/connect-finance": "0.8.0-alpha.6",
"@aragon/connect-thegraph": "0.8.0-alpha.6",
"@aragon/connect-voting": "0.8.0-alpha.6",
"dotenv": "^9.0.2",
"ethers": "^5.1.4",
"ethers-multicall": "^0.2.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"isomorphic-fetch": "^3.0.0",
"token-amount": "^0.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/node": "^15.3.0"
}
}