-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.19 KB
/
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
27
28
29
30
31
32
33
{
"name": "@stakestar/subgraph",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"cli": "ts-node cli/cli.ts",
"copy-addresses": "yarn cli copy-addresses",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ stakestar-test",
"deploy:hosted": "graph deploy --node https://api.thegraph.com/deploy/ arsoba/stakestar-test",
"create-selfhosted": "graph create --node http://139.162.184.96:8020/ stakestar",
"remove-selfhosted": "graph remove --node http://139.162.184.96:8020/ stakestar",
"deploy-selfhosted": "graph deploy --node http://139.162.184.96:8020/ --ipfs http://139.162.184.96:5001 stakestar",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.64.1",
"@graphprotocol/graph-ts": "^0.32.0",
"@stakestar/contracts": "0.19.0",
"as-wasi": "^0.5.1",
"typescript": "^4.8.2"
},
"devDependencies": {
"@types/mustache": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"commander": "^9.4.1",
"eslint": "^8.23.0",
"matchstick-as": "0.5.0",
"mustache": "^4.2.0",
"ts-node": "^10.9.1"
}
}