{
  "name": "@decentralchain/signature-adapter",
  "version": "6.1.7",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "license": "MIT",
  "repository": {
    "type": "GIT",
    "url": "https://github.com/Decentral-America/waves-signature-adapter"
  },
  "dependencies": {
    "@types/ramda": "0.25.34",
    "@waves/bignumber": "^1.0.0",
    "@waves/data-entities": "^2.0.3",
    "@waves/ledger": "^4.0.0",
    "@waves/money-like-to-node": "0.1.3",
    "@waves/ts-types": "^0.2.0",
    "@decentralchain/waves-transactions": "4.2.3",
    "ramda": "^0.25.0"
  },
  "scripts": {
    "test": "jest",
    "compile": "tsc",
    "browserify": "node_modules/.bin/browserify dist/index.js -s wavesSignatureAdapter -u @waves/waves-crypto -u @waves/bignumber -u @decentralchain/waves-transactions -u @waves/data-entities -u @decentralchain/marshall -u @waves/ledger -o dist/signature-adapter.js",
    "build": "npm run compile && npm run browserify && npm run uglify",
    "uglify": "node_modules/.bin/uglifyjs dist/signature-adapter.js -o dist/signature-adapter.min.js",
    "postpublish": "git push origin HEAD",
    "postversion": "npm publish",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "@types/jest": "^23.3.2",
    "@types/node-fetch": "^2.5.5",
    "browserify": "^16.5.1",
    "jest": "^24.8.0",
    "node-fetch": "^2.6.1",
    "ts-jest": "^23.10.3",
    "typescript": "^3.2.2",
    "uglify-js": "^3.4.7"
  },
  "jest": {
    "collectCoverage": true,
    "testEnvironment": "jest-environment-node",
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "testMatch": [
      "**/test/tests_*.+(ts|tsx|js)"
    ]
  }
}
