{
  "name": "@airgap/coinlib-core",
  "version": "0.13.46",
  "description": "The @airgap/coinlib-core is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.",
  "keywords": [
    "airgap",
    "blockchain",
    "crypto",
    "bitcoin",
    "ethereum",
    "aeternity",
    "groestlcoin",
    "tezos",
    "cosmos",
    "polkadot",
    "kusama"
  ],
  "license": "MIT",
  "homepage": "https://www.airgap.it",
  "repository": {
    "type": "git",
    "url": "https://github.com/airgap-it/airgap-coin-lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc && node scripts/copy-files-after-build.js && node scripts/make-ts-declaration-files-backwards-compatible.js",
    "build-scripts": "tsc scripts/*.ts",
    "lint": "tslint -c ./tslint.json --project ./tsconfig.json --format stylish --fix",
    "lint:prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint-ci": "tslint -t json -o ../../lint-reports/core.json --project . || true",
    "lint-ci:prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" --list-different",
    "test": "TS_NODE_PROJECT='./test/tsconfig.json' nyc mocha --bail --require ts-node/register --require tsconfig-paths/register --require source-map-support/register --full-trace --delay --timeout 40000 ./test/**/**.spec.ts",
    "test-ci": "nyc --reporter=lcov npm test",
    "browserify": "browserify ./dist/index.js -s airgapCoinLib > ./dist/airgap-coinlib-core.min.js"
  },
  "author": "Papers AG <contact@papers.ch> (https://papers.ch)",
  "dependencies": {
    "@stablelib/blake2b": "^1.0.1",
    "@stablelib/bytes": "^1.0.1",
    "@stablelib/ed25519": "^1.0.3",
    "@stablelib/nacl": "^1.0.4",
    "@stablelib/utf8": "^1.0.1",
    "long": "^5.2.0",
    "protobufjs": "^6.11.2"
  },
  "localDependencies": {
    "@taquito/local-forging": "15.0.1",
    "hd-wallet-js": "b216450e56954a6e82ace0aade9474673de5d9d5",
    "axios": "0.19.0",
    "bech32": "1.1.3",
    "big-integer": "1.6.45",
    "bignumber.js": "9.0.0",
    "bip32": "2.0.4",
    "bip39": "2.5.0",
    "bitgo-utxo-lib": "5d91049fd7a988382df81c8260e244ee56d57aac",
    "bs58check": "2.1.2",
    "cbor-sync": "1.0.4",
    "create-hash": "1.2.0",
    "cryptocompare": "0.5.0",
    "eciesjs": "0.3.9",
    "pako": "2.0.3",
    "rlp": "2.2.3",
    "ripemd160": "2.0.2",
    "secp256k1": "3.7.1",
    "validate.js": "0.13.1",
    "utf8": "3.0.0",
    "xxhashjs": "0.2.2"
  },
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "test/**/*.spec.ts"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text",
      "text-summary"
    ],
    "report-dir": "../../coverage/core",
    "sourceMap": true,
    "instrument": true
  },
  "gitHead": "8e8feb6788204501b7173aa825f5456c2a5f185b"
}
