forked from DODOEX/dodoex_v2_subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.14 KB
/
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
{
"name": "dodoex",
"version": "0.1.0",
"scripts": {
"codegen:dodoex_bsc": "graph codegen subgraphs/dodoex/dodoex_bsc.yaml --output-dir ./src/types/dodoex/",
"codegen:dodoex_kovan": "graph codegen subgraphs/dodoex/dodoex_kovan.yaml --output-dir ./src/types/dodoex/",
"codegen:dodoex_mainnet": "graph codegen subgraphs/dodoex/dodoex_mainnet.yaml --output-dir ./src/types/dodoex/",
"build": "graph build",
"build:studio:dodoex_arbitrum": "cp ./src/mappings/constant-arbitrum.ts ./src/mappings/constant.ts &&graph codegen subgraphs/dodoex/dodoex_arbitrum.yaml --output-dir ./src/types/dodoex/ && graph build subgraphs/dodoex/dodoex_arbitrum.yaml",
"create": "node bin/index.js create",
"deploy": "node bin/index.js deploy",
"cmd": "node bin/index.js cmd"
},
"bin": {
"index": "bin/index.js"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.53.0",
"@graphprotocol/graph-ts": "0.29.3",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"commander": "^11.0.0",
"exec-sh": "^0.4.0",
"inquirer": "8.2.0",
"matchstick-as": "0.5.2"
},
"engines": {
"node": ">= 12.16.0"
}
}