@chartiful/react-chart-builder
Version:
Foundation to React charts.
41 lines (40 loc) • 995 B
JSON
{
"name": "@chartiful/react-chart-builder",
"version": "0.1.6",
"description": "Foundation to React charts.",
"source": "src/index.tsx",
"main": "lib/chart-builder/src/index.js",
"types": "lib/chart-builder/src/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chartiful/react-charts.git",
"directory": "chart-builder"
},
"keywords": [
"react",
"charts",
"graphs",
"data visualization",
"react-graphs"
],
"author": "Sean Watters",
"license": "MIT",
"bugs": {
"url": "https://github.com/chartiful/react-charts/issues"
},
"homepage": "https://chartiful.io/react/chart-builder",
"peerDependencies": {
"react": "> 16.7.0"
},
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.5"
}
}