{
  "name": "@chartisan/chartisan",
  "version": "3.2.3",
  "description": "Supercharged language agnostic charts",
  "source": "src/index.ts",
  "main": "dist/chartisan.js",
  "module": "dist/chartisan.module.js",
  "unpkg": "dist/chartisan.umd.js",
  "types": "dist/types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chartisan/chartisan.git"
  },
  "scripts": {
    "dev": "microbundle",
    "prod": "microbundle --compress",
    "watch": "microbundle watch",
    "docs": "typedoc src",
    "prepare": "npm run prod && npm run docs"
  },
  "keywords": [
    "Chart",
    "Charts",
    "Chartisan",
    "Plot",
    "Plots",
    "Graphic",
    "Graphics"
  ],
  "author": "Èrik Campobadal Forés <soc@erik.cat>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
    "@babel/plugin-proposal-optional-chaining": "^7.10.4",
    "@babel/plugin-transform-typescript": "^7.10.4",
    "@types/node": "^12.12.47",
    "microbundle": "^0.12.2",
    "typedoc": "^0.16.11",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "deepmerge": "^4.2.2"
  }
}
