tradex-chart
Version:
TradeX-chart is a highly customizable stock trade chart with **one** dependency written in plain JavaScript; use it with any framework or backend.
77 lines (76 loc) • 1.72 kB
JSON
{
"name": "tradex-chart",
"files": [
"dist",
"LICENSE",
"README.md",
"CONTRIBUTING.md",
"CHANGELOG.md"
],
"main": "./dist/tradex-chart.umd.js",
"module": "./dist/tradex-chart.es.js",
"types": "./dist/tradex-chart.d.ts",
"exports": {
".": {
"types": "./dist/tradex-chart.d.ts",
"import": "./dist/tradex-chart.es.js",
"require": "./dist/tradex-chart.umd.js"
}
},
"private": false,
"version": "0.158.5",
"license": "GNU GPL3",
"scripts": {
"dev": "vite",
"buildall": "./bin/buildall.sh",
"build": "./bin/build.sh",
"serve": "vite serve",
"demo": "vite build && vite serve --open /demo.html",
"format": "prettier --write .",
"test": "vitest"
},
"devDependencies": {
"canvas": "^3.1.0",
"jsdoc-to-markdown": "^9.1.1",
"jsdom": "^26.1.0",
"rollup-plugin-cleanup": "^3.2.1",
"tsd-jsdoc": "^2.5.0",
"vite": "^6.2.2",
"vite-plugin-virtual-mpa": "^1.12.1",
"vitest": "^3.1.3"
},
"dependencies": {
"mjolnir.js": "2.7.3",
"talib-web": "^0.1.3"
},
"keywords": [
"chart",
"crypto",
"canvas",
"trading",
"cryptocurrency",
"technical analysis",
"technical indicators",
"talib",
"stock chart",
"finance",
"stock",
"stockchart",
"exchange",
"candlestick",
"k-line",
"timeline",
"klinechart"
],
"homepage": "https://tradex-app.github.io/TradeX-chart/",
"repository": {
"type": "git",
"url": "https://github.com/tradex-app/TradeX-chart"
},
"bugs": {
"url": "https://github.com/tradex-app/TradeX-chart/issues"
},
"documentation": {
"url": "https://tradex-app.github.io/TradeX-chart/"
}
}