{
  "name": "handwritten-linegraph",
  "version": "0.1.3",
  "description": "A simple library to create handwritten-style line graphs and pie charts using D3.js",
  "main": "dist/handwritten-graph.js",
  "module": "dist/handwritten-graph.js",
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack --mode production",
    "prepare": "npm run build"
  },
  "dependencies": {
    "d3": "^7.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "babel-loader": "^8.4.1",
    "clean-webpack-plugin": "^4.0.0",
    "cross-env": "^7.0.0",
    "css-loader": "^6.11.0",
    "mini-css-extract-plugin": "^2.9.2",
    "sass": "^1.86.0",
    "sass-loader": "^12.6.0",
    "style-loader": "^3.3.4",
    "webpack": "^5.98.0",
    "webpack-cli": "^4.10.0"
  },
  "keywords": [
    "d3",
    "handwritten",
    "line-graph",
    "graph",
    "visualization"
  ],
  "files": [
    "dist/handwritten-graph.js",
    "docs/example.png",
    "Readme.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Lilanga/handwritten-graph.git"
  },
  "author": "Lilanga Gamage",
  "license": "MIT"
}
