{
  "name": "okex-withdrawal-fee",
  "version": "0.1.0",
  "description": "Get OKEx withdrawal fees of all currencies.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "bin": "dist/cli.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "node ./dist/index.js",
    "lint": "eslint . --ext '.js,.jsx,.ts,.tsx,.md'",
    "prettier": "prettier -c --write '**/*'",
    "prepublish": "npm run lint && npm run prettier && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soulmachine/okex-withdrawal-fee.git"
  },
  "keywords": [
    "Blockchain",
    "Cryptocurrency",
    "Trader",
    "OKEx"
  ],
  "engines": {
    "node": ">=10"
  },
  "author": "soulmachine",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/soulmachine/okex-withdrawal-fee/issues"
  },
  "homepage": "https://github.com/soulmachine/okex-withdrawal-fee",
  "devDependencies": {
    "@types/node": "^13.7.4",
    "@typescript-eslint/eslint-plugin": "^2.20.0",
    "@typescript-eslint/parser": "^2.20.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jest": "^23.7.0",
    "eslint-plugin-markdown": "^1.0.1",
    "eslint-plugin-prettier": "^3.1.2",
    "prettier": "^1.19.1",
    "typescript": "^3.7.5"
  },
  "dependencies": {}
}
