UNPKG

candlestick-convert

Version:

OHLCV Candlestick converter and batcher with Typescript support

43 lines (42 loc) 1.16 kB
{ "name": "candlestick-convert", "version": "7.0.0", "description": "OHLCV Candlestick converter and batcher with Typescript support", "main": "build/index.js", "scripts": { "prebuild": "rimraf build", "build": "tsc --build", "build:check": "node -e \"require('./build')\"", "prepublishOnly": "npm test && npm run build && npm run build && npm run build:check", "test": "jest", "coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls" }, "keywords": [ "ohlc", "ohlcv", "tickchart", "candlestick", "ccxt", "stock", "chart", "analysis" ], "repository": { "type": "git", "url": "git+https://github.com/valamidev/candlestick-convert.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/valamidev/candlestick-convert/issues" }, "homepage": "https://github.com/valamidev/candlestick-convert#readme", "devDependencies": { "@types/jest": "^29.5.0", "coveralls": "^3.1.1", "jest": ">=29.5.0", "rimraf": "^4.4.1", "ts-jest": ">=29.1.0", "typescript": "^5.0.3" } }