{
  "name": "chart-ease",
  "version": "1.0.0",
  "private": false,
  "summery": "<chart-ease> is a lightweight and highly customizable web component designed for creating small and precise charts with optimal performance. It simplifies the process of visualizing data elegantly and effectively across different web technologies. With the ability to normalize data from any range to a specified size, <chart-ease> makes it easy to represent complex information in a clear and meaningful way. Leveraging Scalable Vector Graphics (SVG), this library ensures high customization and smooth rendering for various chart types, from simple line graphs to intricate bar charts. Whether you're a novice or an experienced developer, <chart-ease> empowers you to effortlessly craft beautiful and interactive charting solutions for your projects.",
  "author": "Naser Yousefi",
  "repository": {
    "type": "git",
    "url": "https://github.com/n-yousefi/chart-ease.git"
  },
  "main": "dist/chart-ease.min.js",
  "module": "dist/chart-ease.min.js",
  "keywords": [],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/n-yousefi/chart-ease/issues"
  },
  "homepage": "https://github.com/n-yousefi/chart-ease",
  "scripts": {
    "build": "rollup -c -m",
    "dev": "rollup -c -w -m"
  },
  "devDependencies": {
    "rollup": "^2.78.1",
    "rollup-plugin-terser": "^7.0.2"
  }
}
