Files
api/packages/rpc-augment/package.json
github-actions[bot] 6b1eb761f4
Some checks failed
Lock Threads / lock (push) Has been cancelled
[CI Skip] bump/beta 16.5.7-4-x
skip-checks: true
2026-07-22 12:27:10 +00:00

31 lines
824 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/api/issues",
"description": "RPC generated augmentation",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-augment#readme",
"license": "Apache-2.0",
"name": "@polkadot/rpc-augment",
"repository": {
"directory": "packages/rpc-augment",
"type": "git",
"url": "https://github.com/polkadot-js/api.git"
},
"sideEffects": [
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.7-4-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.5.7-4-x",
"@polkadot/types": "16.5.7-4-x",
"@polkadot/types-codec": "16.5.7-4-x",
"@polkadot/util": "^14.0.3",
"tslib": "^2.8.1"
}
}