-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 1.19 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
{
"name": "gnosis-safe-subgraph",
"version": "0.1.0",
"scripts": {
"build-contract": "solc contracts/ProxyFactory.sol --standard-json --abi -o abis --overwrite && solc contracts/ProxyFactory.sol --bin -o bin --overwrite",
"create": "graph create tasitlabs/gnosis-safe --node https://api.thegraph.com/deploy/",
"create-local": "graph create tasitlabs/gnosis-safe --node http://127.0.0.1:8020",
"codegen": "graph codegen --debug --output-dir src/types/",
"build": "graph build --debug",
"deploy": "graph deploy tasitlabs/gnosis-safe --debug --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy-local": "graph deploy tasitlabs/gnosis-safe --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.15.3",
"@graphprotocol/graph-ts": "^0.15.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"truffle": "^5.0.42",
"truffle-contract": "^4.0.31",
"truffle-hdwallet-provider": "^1.0.17"
},
"repository": {
"type": "git",
"url": "https://github.com/tasitlabs/gnosis-safe-subgraph.git"
},
"license": "MIT"
}