{
  "name": "dukascopy-node",
  "version": "1.46.4",
  "description": "Node.js library for downloading historical market tick data for for Crypto, Stocks, ETFs, CFDs, Forex",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "bin": {
    "dukascopy-cli": "./dist/cli/index.js",
    "dukascopy-node": "./dist/cli/index.js"
  },
  "scripts": {
    "build": "rm -rf dist && tsup-node src/index.ts src/cli/index.ts --format esm,cjs --dts --legacy-output",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "format": "prettier --config .prettierrc.json 'src/**/*.ts' --write",
    "lint": "eslint ./src --ext ts --ext js",
    "type-check": "tsc --noEmit --skipLibCheck",
    "gen:meta": "tsx src/utils/instrument-meta-data/generate-data.ts",
    "gen:instruments-md": "tsx src/utils/instrument-meta-data/generate-instrument-md.ts",
    "release": "standard-version && git push --follow-tags origin master && pnpm build",
    "release:beta": "pnpm build && npm publish --tag beta"
  },
  "author": {
    "name": "Leonid Pyrlia",
    "url": "https://www.linkedin.com/in/leonid-pyrlia/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Leo4815162342/dukascopy-node"
  },
  "homepage": "https://www.dukascopy-node.app",
  "keywords": [
    "dukascopy",
    "stock-data",
    "forex-data",
    "historical-data",
    "ohlc",
    "tick-data",
    "exchange-rates",
    "commodities",
    "cfd",
    "crypto",
    "ethusd",
    "btcusd"
  ],
  "dependencies": {
    "chalk": "3.0.0",
    "cli-progress": "3.10.0",
    "commander": "5.0.0",
    "dayjs": "1.11.10",
    "debug": "4.3.4",
    "fastest-validator": "1.10.0",
    "fs-extra": "10.1.0",
    "lzma-purejs-requirejs": "1.0.0"
  },
  "devDependencies": {
    "@types/cli-progress": "3.9.2",
    "@types/debug": "4.1.7",
    "@types/fs-extra": "9.0.13",
    "@types/node": "18.17.0",
    "@typescript-eslint/eslint-plugin": "8.46.2",
    "@typescript-eslint/parser": "8.46.2",
    "eslint": "9.37.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prettier": "5.5.4",
    "msw": "2.11.6",
    "prettier": "2.6.2",
    "standard-version": "9.3.2",
    "tsup": "5.12.5",
    "tsx": "4.20.6",
    "typescript": "5.9.3",
    "vitest": "3.2.4"
  },
  "engines": {
    "node": ">=18"
  }
}
