{
  "name": "@sotatek/crypto-currency-common",
  "version": "0.3.11",
  "description": "SotaTek cryptocurrency common lib",
  "main": "dist/index.js",
  "scripts": {
    "test": "LOG_LEVEL=warn jest",
    "coverage": "LOG_LEVEL=warn jest --coverage"
  },
  "author": "an.nguyen@sotatek.com",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "26.0.0",
    "jest": "26.0.1",
    "ts-jest": "26.1.0",
    "typescript": "3.8.3"
  },
  "peerDependencies": {},
  "dependencies": {
    "@types/express": "4.16.0",
    "@types/hdkey": "0.7.1",
    "@types/lodash": "4.14.119",
    "@types/lru-cache": "5.1.0",
    "@types/morgan": "1.7.35",
    "@types/nodemailer": "6.2.2",
    "@types/redis": "2.8.12",
    "@types/uuid": "3.4.4",
    "aws-sdk": "2.400.0",
    "axios": "0.21.1",
    "bignumber.js": "8.1.1",
    "bip39": "3.0.2",
    "body-parser": "1.19.0",
    "dotenv": "8.2.0",
    "express": "4.16.4",
    "hdkey": "1.1.1",
    "lodash": "4.17.19",
    "lru-cache": "5.1.1",
    "morgan": "1.9.1",
    "nodemailer": "6.0.0",
    "p-limit": "2.2.0",
    "redis": "2.8.0",
    "uuid": "3.3.2",
    "winston": "3.2.1",
    "winston-cloudwatch": "2.3.2",
    "winston-transport": "4.4.0"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "setupFilesAfterEnv": [
      "./jestMockDependencies.js"
    ],
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "testEnvironment": "node",
    "verbose": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sotatek-dev/scc-common.git"
  },
  "bugs": {
    "url": "https://github.com/sotatek-dev/scc-common/issues"
  },
  "homepage": "https://github.com/sotatek-dev/scc-common#readme"
}
