mirror of
https://github.com/luxfi/uni-v3-subgraph.git
synced 2026-07-27 03:01:58 +00:00
37 lines
1.8 KiB
JSON
37 lines
1.8 KiB
JSON
{
|
|
"name": "@luxfi/uniswap-v3-subgraph",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/luxfi/uniswap-v3-subgraph",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .ts --fix",
|
|
"build": "run-s codegen && graph build",
|
|
"build:docker": "docker build -t matchstick .",
|
|
"buildonly": "graph build",
|
|
"codegen": "graph codegen --output-dir src/types/",
|
|
"test": "graph test -d",
|
|
"test:no-tty": "docker run -i --rm --mount type=bind,source=$INIT_CWD,target=/matchstick matchstick",
|
|
"create-lux": "graph create lux/uniswap-v3 --node https://graph.lux.network",
|
|
"deploy-lux": "RUST_LOG=debug graph deploy lux/uniswap-v3 --ipfs https://ipfs.lux.network --node https://${GRAPH_ADMIN_USER}:${GRAPH_ADMIN_PASS}@graph-admin.lux.network",
|
|
"create-next": "graph create liquidity/uniswap-v3 --node http://graph-node.chain.svc.cluster.local:8020",
|
|
"deploy-next": "graph deploy liquidity/uniswap-v3 --ipfs http://ipfs.chain.svc.cluster.local:5001 --node http://graph-node.chain.svc.cluster.local:8020",
|
|
"watch-local": "graph deploy lux/uniswap-v3 --watch --debug --node http://127.0.0.1:8020 --ipfs http://127.0.0.1:5000",
|
|
"create-local": "graph create lux/uniswap-v3 --node http://127.0.0.1:8020",
|
|
"deploy-local": "graph deploy lux/uniswap-v3 --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
|
|
},
|
|
"devDependencies": {
|
|
"@graphprotocol/graph-cli": "^0.64.1",
|
|
"@graphprotocol/graph-ts": "^0.32.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.0.0",
|
|
"@typescript-eslint/parser": "^2.0.0",
|
|
"@uniswap/eslint-config": "^1.2.0",
|
|
"dotenv-cli": "^7.4.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^6.1.0",
|
|
"matchstick-as": "^0.6.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^1.18.2",
|
|
"typescript": "^3.5.2"
|
|
}
|
|
}
|