{
    "name": "bingx-trading-api",
    "version": "1.1.6",
    "description": "BingX Exchange APIs Connector using Typescript",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "scripts": {
        "build": "tsup",
        "test": "npx jest --runInBand",
        "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
        "check": "prettier --check \"src/**/*.ts\""
    },
    "keywords": [
        "BingX",
        "BingX API",
        "API",
        "Crypto",
        "Trading",
        "BTC",
        "Trading Bots"
    ],
    "license": "MIT",
    "author": "Minh Nguyen - mnguyen2606@gmail.com",
    "files": [
        "dist"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/mnguyenz/bingx-api.git"
    },
    "homepage": "https://github.com/mnguyenz/bingx-api#readme",
    "dependencies": {
        "axios": "1.7.2",
        "dotenv": "16.4.5",
        "ts-node": "10.9.2",
        "tsup": "8.2.3",
        "typescript": "5.4.3"
    },
    "devDependencies": {
        "@types/jest": "29.5.12",
        "@types/json-bigint": "1.0.4",
        "@typescript-eslint/eslint-plugin": "7.9.0",
        "@typescript-eslint/parser": "7.9.0",
        "eslint": "8.56.0",
        "eslint-config-prettier": "9.1.0",
        "eslint-plugin-jest-formatting": "3.1.0",
        "eslint-plugin-prettier": "5.1.3",
        "jest": "29.7.0",
        "json-bigint": "1.0.0",
        "ts-jest": "29.2.3"
    }
}
