forked from UMAprotocol/subgraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 952 Bytes
/
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
{
"name": "subgraphs",
"version": "1.0.0",
"private": true,
"description": "Monorepo for UMA related subgraphs",
"homepage": "http://umaproject.org",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/UMAprotocol/subgraphs.git"
},
"scripts": {
"lint": "prettier ./**",
"lint-fix": "prettier ./** --write"
},
"bugs": {
"url": "https://github.com/UMAprotocol/subgraphs/issues"
},
"workspaces": {
"packages": [
"packages/financial-contracts/**",
"packages/long-short-pair/**",
"packages/token/**",
"packages/voting/**"
],
"nohoist": [
"packages/votingV2/**",
"packages/optimistic-oracle/**",
"packages/optimistic-oracle-v3/**",
"packages/optimistic-governor/**"
]
},
"devDependencies": {
"ganache-cli": "^6.12.2",
"lerna": "^3.22.1",
"truffle": "^5.2.5",
"prettier": "^2.3.1"
}
}