UNPKG

trade-data-generator

Version:

A library to simulate market depth, trade data, and OHLC candlestick generation for trading applications.

51 lines (50 loc) 1.15 kB
{ "name": "trade-data-generator", "version": "1.4.3", "description": "A library to simulate market depth, trade data, and OHLC candlestick generation for trading applications.", "main": "src/index.js", "scripts": { "test": "jest", "start": "node examples/simpleExample.js" }, "keywords": [ "market-depth", "trading", "simulator", "ohlc", "candlestick", "financial-data", "crypto", "forex" ], "author": "Love Pareek monupareeklg@gmail.com", "contributors": [ { "name": "Kush Pareek", "email": "kpkbpn@gmail.com", "url": "https://github.com/kushpareek" } ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/monupareeklg/trade-data-generator.git" }, "bugs": { "url": "https://github.com/monupareeklg/trade-data-generator/issues" }, "homepage": "https://tradesim.dev", "dependencies": { "axios": "^1.7.9", "bignumber.js": "^9.1.2", "node-fetch": "^3.3.2", "redis": "^4.6.0", "ws": "^8.12.0" }, "devDependencies": { "jest": "^29.4.0" }, "engines": { "node": ">=14.0.0" } }