{
  "name": "@substrate/txwrapper-core",
  "version": "7.5.3",
  "author": "Parity Technologies <admin@parity.io>",
  "description": "Core components for creating a txwrapper lib.",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/paritytech/txwrapper-core",
  "bugs": "https://github.com/paritytech/txwrapper-core/issues",
  "homepage": "https://github.com/paritytech/txwrapper-core/tree/master/packages/txwrapper-core#readme",
  "engine": {
    "node": ">=14"
  },
  "scripts": {
    "build": "yarn build:workspace"
  },
  "dependencies": {
    "@polkadot/api": "^14.0.1",
    "@polkadot/keyring": "^13.1.1",
    "memoizee": "0.4.17"
  },
  "devDependencies": {
    "@substrate/txwrapper-dev": "^7.5.3",
    "@types/memoizee": "^0.4.3"
  },
  "gitHead": "2e906b3bf84a30c913251f59f0bb58b4b21b2c91"
}
