-
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) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "nft-marketplace",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ nft-marketplace",
"create-local": "graph create --node http://localhost:8020/ nft-marketplace",
"remove-local": "graph remove --node http://localhost:8020/ nft-marketplace",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 nft-marketplace",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.97.1",
"@graphprotocol/graph-ts": "0.37.0"
},
"devDependencies": {
"matchstick-as": "0.6.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}