{
  "name": "@airgap/substrate",
  "version": "0.13.46",
  "description": "The @airgap/substrate is a Substrate base implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
  "keywords": [
    "airgap",
    "blockchain",
    "crypto",
    "substrate",
    "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/substrate.json --project . || true",
    "lint-ci:prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" --list-different",
    "test": "",
    "test-ci": "nyc --reporter=lcov npm test",
    "browserify": "browserify ./dist/index.js -s airgapCoinLibSubstrate > ./dist/airgap-coinlib-substrate.min.js"
  },
  "author": "Papers AG <contact@papers.ch> (https://papers.ch)",
  "dependencies": {
    "@airgap/coinlib-core": "^0.13.46",
    "@airgap/crypto": "^0.13.46",
    "@airgap/module-kit": "^0.13.46",
    "@airgap/serializer": "^0.13.46",
    "@polkadot/util": "2.0.1",
    "@polkadot/wasm-crypto": "0.20.1"
  },
  "localDependencies": {},
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "test/**/*.spec.ts"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text",
      "text-summary"
    ],
    "report-dir": "../../coverage/substrate",
    "sourceMap": true,
    "instrument": true
  },
  "gitHead": "8e8feb6788204501b7173aa825f5456c2a5f185b"
}
