-
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) · 823 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "bond-protocol",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build --network",
"deploy": "graph deploy",
"create-local": "graph create --node http://localhost:8020/ bond-protocol",
"remove-local": "graph remove --node http://localhost:8020/ bond-protocol",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 bond-protocol",
"deploy-alchemy": "node scripts/alchemy-deploy.js"
},
"dependencies": {
"@goldskycom/cli": "^8.9.1",
"@graphprotocol/graph-cli": "0.96.0",
"@graphprotocol/graph-ts": "0.27.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-typescript": "^7.23.3"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}