-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.04 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "eigenwatch-ethereum",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ eigenwatch-ethereum",
"create:remote": "dotenv -- bash -c 'graph create --node https://subgraph.eigenwatch.xyz/deploy/$GRAPHQL_API_KEY eigenwatch-ethereum'",
"deploy:remote": "dotenv -- bash -c 'graph deploy --node https://subgraph.eigenwatch.xyz/deploy/$GRAPHQL_API_KEY --ipfs https://subgraph.eigenwatch.xyz/ipfs/$GRAPHQL_API_KEY eigenwatch-ethereum --version-label ${VERSION:-v0.0.2}'",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.97.1",
"@graphprotocol/graph-ts": "0.37.0",
"dotenv": "^17.2.2"
},
"devDependencies": {
"dotenv-cli": "^11.0.0",
"matchstick-as": "0.6.0",
"source-map-support": "^0.5.21"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}