{
  "name": "@compound-finance/polkadotjs-api-derive",
  "version": "4.14.2-5",
  "type": "module",
  "description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
  "main": "index.js",
  "sideEffects": [
    "./detectPackage.js",
    "./detectPackage.cjs"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "maintainers": [],
  "contributors": [],
  "license": "Apache-2.0",
  "repository": "github:polkadot-js/api",
  "bugs": "https://github.com/polkadot-js/api/issues",
  "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
  "dependencies": {
    "@babel/runtime": "^7.14.5",
    "@polkadot/api": "4.14.2-5",
    "@polkadot/rpc-core": "4.14.2-5",
    "@polkadot/types": "4.14.2-5",
    "@polkadot/util": "^6.8.1",
    "@polkadot/util-crypto": "^6.8.1",
    "@polkadot/x-rxjs": "^6.8.1"
  },
  "devDependencies": {
    "@polkadot/keyring": "^6.8.1",
    "@polkadot/rpc-provider": "4.14.2-5"
  }
}
