{
  "name": "@jgmc/core",
  "version": "0.5.3",
  "description": "JGMC Core, contains loads of math used for calculations needed for various chart types.",
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "package": {
    "sideEffects": false,
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/danteasc4/jgmc.git"
    },
    "bugs": {
      "url": "https://github.com/danteasc4/jgmc/issues"
    },
    "keywords": [
      "charts",
      "graphs",
      "svg",
      "data-visualization",
      "ssr",
      "lightweight"
    ]
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0"
  },
  "_generatedBy": "dnt@dev"
}