-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 881 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 881 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
28
29
30
31
{
"name": "subgraph",
"version": "0.1.0",
"description": "OpenShelf-OpenDesk Subgraph",
"main": "index.js",
"scripts": {
"codegen": "graph codegen ./subgraph.yaml",
"auth": "graph auth --product hosted-service",
"deploy": "graph deploy --product hosted-service nonitmittal/openshelf-opendesk-subgraph"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenShelf-OpenDesk/subgraph.git"
},
"keywords": [
"TheGraph protocol",
"subgraph"
],
"author": "ishitagupta03, nonitmittal, rg12301",
"license": "ISC",
"bugs": {
"url": "https://github.com/OpenShelf-OpenDesk/subgraph/issues"
},
"homepage": "https://github.com/OpenShelf-OpenDesk/subgraph#readme",
"dependencies": {
"@graphprotocol/graph-cli": "^0.26.0",
"@graphprotocol/graph-ts": "^0.24.1",
"D": "^1.0.0",
"prettier": "^2.5.1"
}
}