forked from sushiswap/sushiswap-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.26 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
{
"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",
"prepare:smartbch": "yarn workspaces run prepare:smartbch"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.21.1",
"@graphprotocol/graph-ts": "^0.20.0",
"@sushiswap/core": "^1.4.2",
"@sushiswap/prettier-config": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"ejs": "^3.1.6",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"handlebars": "^4.7.7",
"mustache": "^4.2.0",
"prettier": "^2.0.0",
"typescript": "^4.0.0"
}
}