forked from ToucanProtocol/CO2ken
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 973 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 973 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
{
"name": "co2ken",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ benesjan/co2ken",
"create-local": "graph create --node http://localhost:8020/ benesjan/co2ken",
"remove-local": "graph remove --node http://localhost:8020/ benesjan/co2ken",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 benesjan/co2ken"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raphmc/CO2ken.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/raphmc/CO2ken/issues"
},
"homepage": "https://github.com/raphmc/CO2ken#readme",
"dependencies": {
"@openzeppelin/contracts": "^2.5.0",
"@graphprotocol/graph-cli": "0.17.1",
"@graphprotocol/graph-ts": "0.17.0"
}
}