{
  "name": "@springernature/nn-charts",
  "scripts": {
    "start": "npm run sass:watch && npm run build",
    "build": "webpack && babel src -d dist",
    "sass:watch": "sass --watch src/styles:dist/css"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.8",
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "babel-loader": "^9.1.3",
    "file-loader": "^6.2.0",
    "mini-css-extract-plugin": "^1.6.0",
    "sass-loader": "^13.3.2",
    "webpack": "^5.90.3",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.2"
  },
  "dependencies": {
    "@types/d3": "^7.4.3",
    "css-loader": "^5.2.7",
    "d3": "^5.16.0",
    "lodash": "^4.17.21",
    "node-sass-utils": "^1.1.3",
    "sass": "^1.77.8",
    "scss-loader": "^0.0.1",
    "style-loader": "^2.0.0"
  },
  "description": "Visualization for DAS products",
  "version": "1.6.21",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/springernature/nn-charts.git"
  },
  "keywords": [
    "Bar",
    "Line",
    "Tree",
    "Graph",
    "d3 charts"
  ],
  "author": "DAS",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/springernature/nn-charts/issues"
  },
  "files": [
    "dist",
    "index.js"
  ],
  "homepage": "https://github.com/springernature/nn-charts#readme"
}
