{
  "name": "@znode/sign",
  "version": "0.3.13",
  "description": "signature algorithm",
  "keywords": [
    "znode",
    "wechat",
    "binance",
    "okex",
    "gate",
    "ftx",
    "woo",
    "bybit"
  ],
  "author": "zero <tobewhatwewant@gmail.com>",
  "homepage": "https://github.com/zcorky/zodash#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zcorky/zodash.git"
  },
  "jest": {
    "roots": [
      "__tests__"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 70,
        "functions": 90,
        "lines": 90,
        "statements": -10
      }
    }
  },
  "scripts": {
    "build": "yarn clean && tsc",
    "watch": "yarn clean && tsc -w",
    "clean": "rm -rf lib",
    "test": "jest -w 1",
    "coverage": "codecov"
  },
  "bugs": {
    "url": "https://github.com/zcorky/zodash/issues"
  },
  "dependencies": {
    "@zcorky/query-string": "^1.0.2",
    "@zodash/hmac": "^0.0.6",
    "@zodash/sha1": "^0.0.6",
    "@zodash/sha256": "^0.0.6",
    "@zodash/sha512": "^0.0.6"
  },
  "gitHead": "e9fcf6b7fb0f9c4593315d4cadd6c100cfa0ac8a"
}
