2020-11-20 13:12:02 +01:00
{
2020-12-02 11:07:09 +01:00
"name" : "ocean-subgraph" ,
2021-10-28 18:43:50 +02:00
"version" : "1.2.0" ,
2020-11-20 13:12:02 +01:00
"scripts" : {
2020-12-11 11:37:09 +01:00
"start" : "" ,
2022-02-14 09:35:55 +01:00
"quickstart:development" : "node ./scripts/generatenetworkssubgraphs.js development && npm run codegen && npm run create:local-development && npm run deploy:local-development" ,
"quickstart:barge" : "node ./scripts/generatenetworkssubgraphs.js development && npm run codegen && npm run create:local-barge && npm run deploy:local-barge" ,
2020-11-20 13:12:02 +01:00
"create" : "graph create oceanprotocol/ocean-subgraph --node https://api.thegraph.com/deploy/" ,
"create:local" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2022-02-14 09:35:55 +01:00
"create:local-development" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:9020" ,
"create:local-barge" : "graph create oceanprotocol/ocean-subgraph --node http://172.15.0.15:8020" ,
2021-01-20 12:11:10 +01:00
"create:local-rinkeby" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
"create:local-ropsten" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2021-02-22 15:09:29 +01:00
"create:local-polygon" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2021-04-16 13:47:03 +02:00
"create:local-moonbeamalpha" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2021-06-10 12:21:50 +02:00
"create:local-gaiaxtestnet" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2021-10-28 18:43:50 +02:00
"create:local-catenaxtestnet" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2021-06-10 12:21:50 +02:00
"create:local-mumbai" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
"create:local-bsc" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2021-10-28 18:43:50 +02:00
"create:local-celoalfajores" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
"create:local-energyweb" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
"create:local-moonriver" : "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020" ,
2021-02-09 11:13:31 +01:00
"codegen" : "graph codegen --output-dir src/@types" ,
2020-11-20 13:12:02 +01:00
"build" : "graph build" ,
2022-02-14 09:35:55 +01:00
"xx" : "graph deploy --help" ,
"deploy" : "graph deploy oceanprotocol/ocean-subgraph -l $npm_package_version --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/" ,
"deploy:beta" : "graph deploy oceanprotocol/ocean-subgraph-beta -l $npm_package_version --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/" ,
"deploy:local" : "graph deploy oceanprotocol/ocean-subgraph subgraph.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-development" : "graph deploy oceanprotocol/ocean-subgraph subgraph.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:9020" ,
"deploy:local-barge" : "graph deploy oceanprotocol/ocean-subgraph subgraph.yaml -l $npm_package_version --debug --ipfs http://172.15.0.16:5001 --node http://172.15.0.15:8020" ,
"deploy:local-rinkeby" : "graph deploy oceanprotocol/ocean-subgraph subgraph.rinkeby.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-ropsten" : "graph deploy oceanprotocol/ocean-subgraph subgraph.ropsten.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-polygon" : "graph deploy oceanprotocol/ocean-subgraph subgraph.polygon.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-moonbeamalpha" : "graph deploy oceanprotocol/ocean-subgraph subgraph.moonbeamalpha.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-gaiaxtestnet" : "graph deploy oceanprotocol/ocean-subgraph subgraph.gaiaxtestnet.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-catenaxtestnet" : "graph deploy oceanprotocol/ocean-subgraph subgraph.catenaxtestnet.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-mumbai" : "graph deploy oceanprotocol/ocean-subgraph subgraph.mumbai.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-bsc" : "graph deploy oceanprotocol/ocean-subgraph subgraph.bsc.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-celoalfajores" : "graph deploy oceanprotocol/ocean-subgraph subgraph.celoalfajores.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-energyweb" : "graph deploy oceanprotocol/ocean-subgraph subgraph.energyweb.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
"deploy:local-moonriver" : "graph deploy oceanprotocol/ocean-subgraph subgraph.moonriver.yaml -l $npm_package_version --debug --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" ,
2021-02-09 11:13:31 +01:00
"test" : "npm run codegen && npm run lint && npm run type-check" ,
2021-04-13 17:10:03 +02:00
"test-integration" : "TS_NODE_PROJECT='test/integration/tsconfig.json' mocha --config=test/integration/.mocharc.json --node-env=test --exit 'test/integration/**/*.test.ts'" ,
2020-12-11 11:37:09 +01:00
"lint" : "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx ." ,
2022-02-14 09:35:55 +01:00
"lint:fix" : "eslint --ignore-path .gitignore --ext .js,.ts,.tsx . --fix" ,
2020-12-11 11:37:09 +01:00
"format" : "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json,yaml}' --write" ,
"type-check" : "tsc --noEmit" ,
"release" : "release-it --non-interactive" ,
"changelog" : "auto-changelog -p"
2020-11-20 13:12:02 +01:00
} ,
"devDependencies" : {
2022-02-14 09:35:55 +01:00
"@graphprotocol/graph-cli" : "^0.26.0" ,
"@graphprotocol/graph-ts" : "^0.24.1" ,
2021-10-28 18:43:50 +02:00
"@types/chai" : "^4.2.22" ,
2021-04-13 17:10:03 +02:00
"@types/chai-spies" : "^1.0.3" ,
2021-07-26 17:38:05 +02:00
"@types/mocha" : "^9.0.0" ,
2021-10-28 18:43:50 +02:00
"@typescript-eslint/eslint-plugin" : "^4.33.0" ,
"@typescript-eslint/parser" : "^4.33.0" ,
2021-05-25 15:16:17 +02:00
"auto-changelog" : "^2.3.0" ,
2021-04-13 17:10:03 +02:00
"chai" : "^4.3.4" ,
"chai-spies" : "^1.0.0" ,
2021-08-02 11:43:36 +02:00
"eslint" : "^7.32.0" ,
2020-12-11 11:37:09 +01:00
"eslint-config-oceanprotocol" : "^1.5.0" ,
2021-05-05 16:07:01 +02:00
"eslint-config-prettier" : "^8.3.0" ,
2021-10-28 18:43:50 +02:00
"eslint-plugin-import" : "^2.24.2" ,
"eslint-plugin-node" : "^11.1.0" ,
"eslint-plugin-prettier" : "^4.0.0" ,
"eslint-plugin-standard" : "^5.0.0" ,
"mocha" : "^9.1.3" ,
2021-04-13 17:10:03 +02:00
"mock-local-storage" : "^1.1.17" ,
2021-10-28 18:43:50 +02:00
"prettier" : "^2.4.0" ,
"release-it" : "^14.11.6" ,
2021-04-13 17:10:03 +02:00
"ts-node-register" : "^1.0.0" ,
2021-10-28 18:43:50 +02:00
"typescript" : "^4.4.3"
2020-11-20 13:12:02 +01:00
} ,
2021-04-13 17:10:03 +02:00
"dependencies" : {
2022-02-15 09:56:47 +01:00
"@oceanprotocol/lib" : "^1.0.0-next.19" ,
2021-04-13 17:10:03 +02:00
"cross-fetch" : "^3.1.4"
} ,
2020-12-11 11:37:09 +01:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/oceanprotocol/ocean-subgraph.git"
} ,
"license" : "Apache-2.0" ,
"release-it" : {
"hooks" : {
"after:bump" : "npm run changelog"
} ,
2021-05-25 15:31:52 +02:00
"plugins" : { } ,
2020-12-11 11:37:09 +01:00
"git" : {
"tagName" : "v${version}"
} ,
"github" : {
"release" : true
} ,
"npm" : {
"publish" : false
}
2020-11-20 13:12:02 +01:00
}
}