{
  "name": "@jebgem/util",
  "version": "0.0.6",
  "peerDependencies": {
    "@angular/forms": "^21.1.0",
    "@angular/core": "^21.1.0",
    "@angular/platform-browser": "^21.1.0",
    "@angular/common": "^21.1.0",
    "dayjs": "^1.11.10",
    "@amcharts/amcharts5": "^5.15.3"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "esm2022/jebgem-util.js",
  "typings": "jebgem-util.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./jebgem-util.d.ts",
      "default": "./esm2022/jebgem-util.js"
    }
  },
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}