-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "foundationapptest",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ steffqing/foundationapptest",
"create-local": "graph create --node http://localhost:8020/ steffqing/foundationapptest",
"remove-local": "graph remove --node http://localhost:8020/ steffqing/foundationapptest",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 steffqing/foundationapptest",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.42.3",
"@graphprotocol/graph-ts": "0.29.1",
"@openzeppelin/contracts": "^4.7.3"
},
"devDependencies": {
"matchstick-as": "0.5.0"
}
}