mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 01:57:58 +00:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "subquery-pezkuwi",
|
|
"version": "1.0.0",
|
|
"description": "Pezkuwi SubQuery - Staking rewards, NominationPools, transfers indexer for PezWallet",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/subql build",
|
|
"start:docker": "docker-compose pull && docker-compose up --remove-orphans",
|
|
"codegen": "./node_modules/.bin/subql codegen",
|
|
"validate": "./node_modules/.bin/subql validate",
|
|
"local-publish": "cd ./scripts && ./local-publish.sh"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"schema.graphql",
|
|
"pezkuwi.yaml",
|
|
"pezkuwi-assethub.yaml"
|
|
],
|
|
"author": "Pezkuwi Team",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"@polkadot/api": "npm:@pezkuwi/api@^16.5.34",
|
|
"@polkadot/api-derive": "npm:@pezkuwi/api-derive@^16.5.34",
|
|
"@polkadot/types": "npm:@pezkuwi/types@^16.5.34",
|
|
"@polkadot/types-augment": "npm:@pezkuwi/types-augment@^16.5.34",
|
|
"@polkadot/types-codec": "npm:@pezkuwi/types-codec@^16.5.34",
|
|
"@polkadot/util": "npm:@pezkuwi/util@^14.0.23",
|
|
"@polkadot/util-crypto": "npm:@pezkuwi/util-crypto@^14.0.23",
|
|
"@polkadot/keyring": "npm:@pezkuwi/keyring@^14.0.23"
|
|
},
|
|
"devDependencies": {
|
|
"@subql/cli": "latest",
|
|
"@subql/types": "latest",
|
|
"@types/jest": "^29.5.1",
|
|
"jest": "^29.5.0",
|
|
"prettier": "3.1.0",
|
|
"ts-jest": "^29.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"resolutions": {
|
|
"ipfs-unixfs": "6.0.6"
|
|
}
|
|
}
|