-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "@traderjoe-xyz/subgraphs",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"subgraphs/*"
],
"nohoist": ["**/@traderjoe-xyz/core"]
},
"resolutions": {
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"
},
"scripts": {
"build": "yarn workspaces run build",
"codegen": "yarn workspaces run codegen",
"prepare:avax": "yarn workspaces run prepare:avax",
"prepare:fuji": "yarn workspaces run prepare:fuji",
"prepare:rinkeby": "yarn workspaces run prepare:rinkeby",
"start:node": "docker-compose up -d"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@traderjoe-xyz/core": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.3.0",
"mustache": "^4.1.0",
"prettier": "^2.0.0",
"typescript": "^4.0.0"
},
"dependencies": {}
}