forked from KlimaDAO/klima-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 916 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": "root",
"private": true,
"packageManager": "yarn@3.4.1",
"workspaces": [
"bonds",
"carbonmark",
"celo-bridged-carbon",
"ethereum-bridged-carbon",
"pairs",
"polygon-bridged-carbon",
"polygon-digital-carbon",
"protocol-metrics",
"user-carbon",
"vesting"
],
"scripts": {
"clean": "rm -rf ./generated && rm -rf ./build",
"codegen": "graph codegen",
"build": "graph build",
"test": "graph test",
"local-fork": "make local-fork",
"local-fork-block": "make local-fork-block",
"fund": "make impersonate && make transfer && make tco2",
"usdc": "make impersonate && make transfer_USDC"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.56.0",
"@graphprotocol/graph-ts": "0.31.0",
"matchstick-as": "0.6.0",
"prettier": "2.7.1",
"ts-node": "^10.9.2"
},
"dependencies": {
"mustache": "4.2.0"
}
}