-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.2 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
{
"name": "arec_port_info",
"version": "0.1.0",
"repository": "https://github.com/arkreen/ARECPortInfo",
"license": "GPL-3.0-or-later",
"scripts": {
"codegen": "graph codegen --output-dir src/types/",
"build": "graph build",
"deploy": "graph deploy --product hosted-service lu-derik/arec-port",
"deploy:celo": "npx graph deploy --product hosted-service lu-derik/arec-port-celo",
"deploy:matic": "npx graph deploy --product hosted-service lu-derik/arec-port-matic",
"deploy:celo-mainnet": "npx graph deploy --product hosted-service lu-derik/arec-port-celo-mainnet",
"deploy:studio:matic": "npx graph deploy --studio arec-graph",
"deploy:studio:greenbtc:matic": "npx graph deploy --studio greenbtc",
"deploy:studio:greenbtc:amoy": "npx graph deploy --studio greenbtcamoy"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.71.2",
"@graphprotocol/graph-ts": "^0.35.1",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"prettier": "^1.18.2",
"typescript": "^3.5.2",
"@types/luxon": "^1.24.4",
"luxon": "^1.25.0"
}
}