forked from sushiswap/sushiswap-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.11 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": "@sushiswap/subgraphs",
"private": true,
"workspaces": [
"packages/*",
"subgraphs/*"
],
"scripts": {
"build": "yarn workspaces run build",
"codegen": "yarn workspaces run codegen",
"prepare:bsc": "yarn workspaces run prepare:bsc",
"prepare:fantom": "yarn workspaces run prepare:fantom",
"prepare:goerli": "yarn workspaces run prepare:goerli",
"prepare:kovan": "yarn workspaces run prepare:kovan",
"prepare:mainnet": "yarn workspaces run prepare:mainnet",
"prepare:matic": "yarn workspaces run prepare:matic",
"prepare:rinkeby": "yarn workspaces run prepare:rinkeby",
"prepare:ropsten": "yarn workspaces run prepare:ropsten",
"prepare:xdai": "yarn workspaces run prepare:xdai"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@sushiswap/core": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"mustache": "^4.1.0",
"prettier": "^2.0.0",
"typescript": "^4.0.0"
}
}