-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
20 lines (20 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "token-registry-subgraph",
"license": "Apache-2.0",
"scripts": {
"prepare": "node scripts/prepare.js",
"codegen": "rm -rf generated && graph codegen",
"build": "graph build",
"deploy:studio": "graph deploy --node https://api.studio.thegraph.com/deploy/ open-attestation/token-registry-subgraph",
"deploy:hosted": "graph deploy --product hosted-service open-attestation/token-registry-subgraph",
"create-local": "graph create --node http://localhost:8020/ open-attestation/token-registry-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ open-attestation/token-registry-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 open-attestation/token-registry-subgraph"
},
"devDependencies": {
"@govtechsg/token-registry": "^4.1.6",
"@graphprotocol/graph-cli": "~0.52.0",
"@graphprotocol/graph-ts": "~0.31.0",
"handlebars": "^4.7.7"
}
}