forked from Uniswap/v3-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 818 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 818 Bytes
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
{
"name": "@bitriel/bitrielswap-subgraph",
"version": "1.0.0",
"repository": "https://github.com/bitriel/bitrielswap-subgraph.git",
"license": "GPL-3.0-or-later",
"workspaces": [
"packages/*",
"subgraphs/*"
],
"scripts": {
"codegen": "yarn workspaces run codegen",
"build": "yarn workspaces run build",
"prepare:bscTestnet": "yarn workspaces run prepare:bscTestnet",
"prepare:rinkeby": "yarn workspaces run prepare:rinkeby"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"mustache": "^4.2.0",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
}
}