{
  "name": "npptesttypes",
  "version": "1.0.7",
  "type": "module",
  "description": "Implementation of the Parity codec for Avail",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": [
    "./detectPackage.js",
    "./detectPackage.cjs"
  ],
  "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/types#readme",
  "dependencies": {
    "@babel/runtime": "^7.13.10",
    "@polkadot/metadata": "4.1.2-3",
    "@polkadot/util": "^6.0.5",
    "@polkadot/util-crypto": "^6.0.5",
    "@polkadot/x-rxjs": "^6.0.5",
    "@types/bn.js": "^4.11.6",
    "bn.js": "^4.11.9"
  },
  "devDependencies": {
    "@polkadot/keyring": "^6.0.5"
  }
}
