-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.12 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
32
{
"name": "socket-bridge-subgraph",
"version": "0.0.1",
"description": "",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"codegen:base": "graph codegen subgraph.base.yaml",
"codegen:geist": "graph codegen subgraph.geist.yaml",
"codegen:matic": "graph codegen subgraph.matic.yaml",
"codegen:amoy": "graph codegen subgraph.amoy.yaml",
"codegen:polter": "graph codegen subgraph.polter.yaml",
"codegen:baseSepolia": "graph codegen subgraph.baseSepolia.yaml",
"build:base": "graph build subgraph.base.yaml",
"build:geist": "graph build subgraph.geist.yaml",
"build:matic": "graph build subgraph.matic.yaml",
"build:amoy": "graph build subgraph.amoy.yaml",
"build:polter": "graph build subgraph.polter.yaml",
"build:baseSepolia": "graph build subgraph.baseSepolia.yaml"
},
"keywords": [],
"author": "orionstardust",
"license": "UNLICENSED",
"dependencies": {
"@graphprotocol/graph-cli": "0.73.0",
"@graphprotocol/graph-ts": "0.35.1",
"@openzeppelin/subgraphs": "^0.1.8"
},
"devDependencies": {
"@amxx/graphprotocol-utils": "^1.1.0"
}
}