@santiment-network/chart
Version:
Santiment Charts
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "@santiment-network/chart",
"version": "1.0.12",
"author": "Santiment AG",
"license": "Apache-2.0",
"description": "Santiment Charts",
"repository": {
"type": "git",
"url": "https://github.com/santiment/san-charts.git"
},
"type": "module",
"module": "dist/lightweight-charts.production.mjs",
"main": "dist/lightweight-charts.production.mjs",
"typings": "dist/typings.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"development": {
"types": "./dist/typings.d.ts",
"import": "./dist/lightweight-charts.development.mjs"
},
"production": {
"types": "./dist/typings.d.ts",
"import": "./dist/lightweight-charts.production.mjs"
},
"default": {
"types": "./dist/typings.d.ts",
"import": "./dist/lightweight-charts.production.mjs"
}
}
},
"files": [
"dist/**"
],
"keywords": [
"financial-charting-library",
"charting-library",
"html5-charts",
"canvas",
"typescript",
"charting",
"charts",
"candlestick"
],
"dependencies": {
"fancy-canvas": "2.1.0"
}
}