candlestick-chart-generator
Version:
A Node.js library for generating candlestick chart screenshots using financial data
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "candlestick-chart-generator",
"version": "1.0.2",
"description": "A Node.js library for generating candlestick chart screenshots using financial data",
"main": "index.js",
"scripts": {
"test": "node examples/basic_usage.js",
"example": "node examples/basic_usage.js"
},
"keywords": [
"candlestick",
"chart",
"financial",
"stock",
"crypto",
"forex",
"screenshot",
"trading",
"technical-analysis"
],
"author": "HoomanDigital",
"license": "MIT",
"dependencies": {
"canvas": "^3.1.2",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-financial": "^0.1.0",
"chartjs-node-canvas": "^5.0.0",
"date-fns": "^4.1.0",
"playwright": "^1.40.0",
"yahoo-finance2": "^2.13.3"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HoomanBuilds/candlestick-chart-generator.git"
},
"bugs": {
"url": "https://github.com/HoomanBuilds/candlestick-chart-generator/issues"
},
"homepage": "https://github.com/HoomanBuilds/candlestick-chart-generator#readme"
}