@azteam/candlestick-chart
Version:
N/A
25 lines (24 loc) • 595 B
JSON
{
"name": "@azteam/candlestick-chart",
"version": "1.0.60",
"description": "N/A",
"keywords": [
"toda",
"nodejs",
"candlestick-chart"
],
"license": "MIT",
"author": "toda <sp.azsolution.net@gmail.com>",
"main": "./lib/index.js",
"module": "./src/index.js",
"scripts": {
"prepublishOnly": "babel src --delete-dir-on-start -d lib"
},
"dependencies": {
"@azteam/util": "1.0.64",
"fs-extra": "10.1.0",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-timezone": "0.5.45"
}
}