UNPKG

candlestick-to-png

Version:

Lightweight library to draw an array of candles into a canvas and render it as png file.

47 lines (46 loc) 1.17 kB
{ "name": "candlestick-to-png", "version": "1.2.6-aws.lambda", "description": "Lightweight library to draw an array of candles into a canvas and render it as png file.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "format": "", "lint": "", "test": "", "prepare": "npm run build", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "publish": "npm run build && npm publish --access=public" }, "repository": { "type": "git", "url": "git+https://github.com/fl0wo/candlestick-to-png.git" }, "keywords": [ "market", "candlestick", "candle", "indicator", "stock", "crypto", "wallet", "trading" ], "author": "Florian Sabani", "license": "ISC", "bugs": { "url": "https://github.com/fl0wo/candlestick-to-png/issues" }, "homepage": "https://github.com/fl0wo/candlestick-to-png#readme", "devDependencies": { "typescript": "^5.0.2" }, "dependencies": { "@napi-rs/canvas": "^0.1.44", "axios": "^1.3.4", "binance-api-node": "^0.12.5", "technicalindicators": "^3.1.0" } }