-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 989 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "fastlane-polygon",
"license": "UNLICENSED",
"scripts": {
"reinstall": "rm -rf node_modules/ && yarn",
"clean": "rm -rf build/ generated/",
"codegen": "graph codegen",
"pub:beta": "yarn publish --tag beta --access public",
"pub:latest": "yarn publish --tag latest --access public",
"vbump": "version update -p",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ elyx0/fastlane-polygon",
"create-local": "graph create --node http://localhost:8020/ elyx0/fastlane-polygon",
"remove-local": "graph remove --node http://localhost:8020/ elyx0/fastlane-polygon",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 elyx0/fastlane-polygon",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.33.0",
"@graphprotocol/graph-ts": "0.27.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"matchstick-as": "0.5.0"
}
}