-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 960 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": "circles-subgraph",
"version": "2.1.1",
"description": "Circles UBI subgraph for The Graph",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "./scripts/build.sh",
"codegen": "./scripts/codegen.sh",
"create": "./scripts/create.sh",
"deploy": "./scripts/deploy.sh",
"start": "./scripts/run.sh",
"prepare:xdai": "cp .env-xdai.example .env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CirclesUBI/circles-subgraph.git"
},
"contributors": [
"ana0",
"adzialocha",
"llunaCreixent",
"jacqueGM"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/CirclesUBI/circles-subgraph/issues"
},
"devDependencies": {
"truffle": "^5.8.3"
},
"dependencies": {
"@circles/circles-contracts": "^3.1.0",
"@gnosis.pm/safe-contracts": "^1.3.0",
"@graphprotocol/graph-cli": "^0.47.1",
"@graphprotocol/graph-ts": "^0.29.3"
}
}