{
    "name": "caeb-providers",
    "version": "0.4.3",
    "description": "Providers CEX/DEX by Caeb Wallace",
    "main": "dist/index.js",
    "scripts": {
        "build": "npm run format && npm run lint && npm run test && npm run build:clean:before && npm run build:compile && npm run doc",
        "build:clean:before": "rimraf ./dist",
        "build:clean:after": "rimraf ./dist/__mocks__",
        "build:compile": "tsc --project tsconfig.build.json --skipLibCheck",
        "build:watch": "tsc --watch",
        "test": "jest --verbose --detectOpenHandles",
        "test:watch": "jest --verbose --watchAll --detectOpenHandles",
        "format": "prettier --write \"src/**/*.{ts,json}\"",
        "lint": "tslint -p tsconfig.json",
        "prepare": "husky install",
        "doc": "rimraf ./docs && typedoc",
        "build:publish": "npm --no-git-tag-version version patch && npm run build && npm publish"
    },
    "homepage": "https://github.com/caebwallace/caeb-providers#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/caebwallace/caeb-providers.git"
    },
    "keywords": [
        "CAEB",
        "CRYPTO",
        "BINANCE",
        "FTX",
        "KUCOIN"
    ],
    "author": "Caeb WALLACE (https://github.com/caebwallace/)",
    "license": "MIT",
    "devDependencies": {
        "@types/bn.js": "^5.1.0",
        "@types/jest": "^26.0.23",
        "@types/node": "^14.14.44",
        "@types/pino": "^6.3.8",
        "@types/ws": "^7.4.5",
        "dotenv-defaults": "^2.0.2",
        "husky": "^6.0.0",
        "jest": "^26.6.3",
        "jest-extended": "^0.11.5",
        "lint-staged": "^10.5.4",
        "prettier": "^2.2.1",
        "rimraf": "^3.0.2",
        "ts-jest": "^26.5.6",
        "ts-node": "^9.1.1",
        "ts-node-dev": "^1.1.6",
        "tsconfig-paths": "^3.9.0",
        "tslint": "^6.1.3",
        "tslint-config-prettier": "^1.18.0",
        "typedoc": "^0.23.14",
        "typescript": "^4.2.4"
    },
    "lint-staged": {
        "*.{js,css,md,ts,json}": "prettier --write"
    },
    "dependencies": {
        "axios": "^0.27.2",
        "binance-api-node": "^0.11.40",
        "caeb-types": "^1.0.10",
        "ftx-api": "^1.0.13",
        "kucoin-node-sdk": "^1.0.4",
        "p-limit": "^2.3.0",
        "pino": "^6.11.3",
        "pino-pretty": "^4.8.0",
        "typed-emitter": "^1.3.1"
    }
}
