Files
pezkuwi-subquery/package.json
T
pezkuwichain 4c3920ddae Fix CI workflows to use Yarn 4 (Berry) with corepack
- Add packageManager field to package.json for corepack
- Add .yarnrc.yml with node-modules linker
- Update all workflows to use corepack enable + yarn --immutable
- Remove yarn cache from actions/setup-node (incompatible with Yarn 4)
2026-02-13 01:42:00 +03:00

49 lines
1.4 KiB
JSON

{
"name": "subquery-pezkuwi",
"version": "1.0.0",
"packageManager": "yarn@4.12.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": {
"@pezkuwi/api": "^16.5.36",
"@pezkuwi/api-augment": "^16.5.36",
"@pezkuwi/api-derive": "^16.5.36",
"@pezkuwi/keyring": "^14.0.25",
"@pezkuwi/types": "^16.5.36",
"@pezkuwi/types-augment": "^16.5.36",
"@pezkuwi/types-codec": "^16.5.36",
"@pezkuwi/types-create": "^16.5.36",
"@pezkuwi/util": "^14.0.25",
"@pezkuwi/util-crypto": "^14.0.25",
"lodash": "^4.17.21"
},
"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"
}
}