-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
84 lines (84 loc) · 5.76 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "curve-volume-subgraph",
"private": true,
"workspaces": [
"subgraphs/*",
"packages/*"
],
"scripts": {
"build": "yarn workspaces run build",
"codegen": "yarn workspaces run codegen",
"prepare": "husky install",
"prepare:mainnet": "yarn workspaces run prepare:mainnet",
"prepare:avalanche": "yarn workspaces run prepare:avalanche",
"prepare:fantom": "yarn workspaces run prepare:fantom",
"prepare:arbitrum": "yarn workspaces run prepare:arbitrum",
"prepare:matic": "yarn workspaces run prepare:matic",
"prepare:xdai": "yarn workspaces run prepare:xdai",
"prepare:optimism": "yarn workspaces run prepare:optimism",
"prepare:aurora": "yarn workspaces run prepare:aurora",
"prepare:moonbeam": "yarn workspaces run prepare:moonbeam",
"prepare:celo": "yarn workspaces run prepare:celo",
"prepare:kava": "yarn workspaces run prepare:kava",
"prepare:harmony": "yarn workspaces run prepare:harmony",
"deploy:mainnet": "yarn workspaces run deploy:mainnet",
"deploy:avalanche": "yarn workspaces run deploy:avalanche",
"deploy:fantom": "yarn workspaces run deploy:fantom",
"deploy:arbitrum": "yarn workspaces run deploy:arbitrum",
"deploy:matic": "yarn workspaces run deploy:matic",
"deploy:xdai": "yarn workspaces run deploy:xdai",
"deploy:optimism": "yarn workspaces run deploy:optimism",
"deploy:aurora": "yarn workspaces run deploy:aurora",
"deploy:moonbeam": "yarn workspaces run deploy:moonbeam",
"deploy:celo": "yarn workspaces run deploy:celo",
"deploy:harmony": "yarn workspaces run deploy:harmony",
"deploy:kava": "yarn workspaces run deploy:kava",
"stage:mainnet": "yarn workspaces run stage:mainnet",
"stage:avalanche": "yarn workspaces run stage:avalanche",
"stage:fantom": "yarn workspaces run stage:fantom",
"stage:arbitrum": "yarn workspaces run stage:arbitrum",
"stage:matic": "yarn workspaces run stage:matic",
"stage:xdai": "yarn workspaces run stage:xdai",
"stage:optimism": "yarn workspaces run stage:optimism",
"stage:aurora": "yarn workspaces run stage:aurora",
"stage:moonbeam": "yarn workspaces run stage:moonbeam",
"stage:celo": "yarn workspaces run stage:celo",
"stage:harmony": "yarn workspaces run stage:harmony",
"stage:kava": "yarn workspaces run stage:kava",
"test:mainnet": "yarn workspaces run test:mainnet",
"test:avalanche": "yarn workspaces run test:avalanche",
"test:fantom": "yarn workspaces run test:fantom",
"test:arbitrum": "yarn workspaces run test:arbitrum",
"test:matic": "yarn workspaces run test:matic",
"test:xdai": "yarn workspaces run test:xdai",
"test:optimism": "yarn workspaces run test:optimism",
"test:aurora": "yarn workspaces run test:aurora",
"test:moonbeam": "yarn workspaces run test:moonbeam",
"test:celo": "yarn workspaces run test:celo",
"test:harmony": "yarn workspaces run test:harmony",
"test:kava": "yarn workspaces run test:kava",
"stage:all": "yarn workspaces run prepare:mainnet && yarn workspaces run stage:mainnet && yarn workspaces run prepare:avalanche && yarn workspaces run stage:avalanche && yarn workspaces run prepare:fantom && yarn workspaces run stage:fantom && yarn workspaces run prepare:arbitrum && yarn workspaces run stage:arbitrum && yarn workspaces run prepare:matic && yarn workspaces run stage:matic && yarn workspaces run prepare:xdai && yarn workspaces run stage:xdai && yarn workspaces run prepare:optimism && yarn workspaces run stage:optimism && yarn workspaces run prepare:aurora && yarn workspaces run stage:aurora && yarn workspaces run prepare:moonbeam && yarn workspaces run stage:moonbeam && yarn workspaces run prepare:celo && yarn workspaces run stage:celo",
"deploy:all": "yarn workspaces run prepare:mainnet && yarn workspaces run deploy:mainnet && yarn workspaces run prepare:avalanche && yarn workspaces run deploy:avalanche && yarn workspaces run prepare:fantom && yarn workspaces run deploy:fantom && yarn workspaces run prepare:arbitrum && yarn workspaces run deploy:arbitrum && yarn workspaces run prepare:matic && yarn workspaces run deploy:matic && yarn workspaces run prepare:xdai && yarn workspaces run deploy:xdai && yarn workspaces run prepare:optimism && yarn workspaces run deploy:optimism && yarn workspaces run prepare:aurora && yarn workspaces run deploy:aurora && yarn workspaces run prepare:moonbeam && yarn workspaces run deploy:moonbeam && yarn workspaces run prepare:celo && yarn workspaces run deploy:celo",
"test:all": "yarn workspaces run prepare:mainnet && yarn workspaces run test:mainnet && yarn workspaces run prepare:avalanche && yarn workspaces run test:avalanche && yarn workspaces run prepare:fantom && yarn workspaces run test:fantom && yarn workspaces run prepare:arbitrum && yarn workspaces run test:arbitrum && yarn workspaces run prepare:matic && yarn workspaces run test:matic && yarn workspaces run prepare:xdai && yarn workspaces run test:xdai && yarn workspaces run prepare:optimism && yarn workspaces run test:optimism && yarn workspaces run prepare:aurora && yarn workspaces run test:aurora && yarn workspaces run prepare:moonbeam && yarn workspaces run test:moonbeam && yarn workspaces run prepare:celo && yarn workspaces run test:celo"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.48.0",
"@graphprotocol/graph-ts": "0.28.0",
"@protofire/subgraph-toolkit": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.0.0",
"typescript": "^5.0.0"
},
"lint-staged": {
"*.{ts,js}": "eslint --cache --fix",
"*.{js,ts,css,md}": "prettier --write"
},
"dependencies": {
"mustache": "^4.2.0"
}
}