{
  "name": "zpl-js-helper",
  "version": "0.0.123",
  "description": "A package that is intended to help with the creation of ZPL labels and templates using JS, with scalable text sizes to prevent overflow and overlap of text.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "import": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "require": {
      "types": "./dist/index.d.cts",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build" : "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ZPL"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MalikBloul/zpl-js-helper.git"
  },
  "author": "mib99",
  "license": "MIT",
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "^5.8.2"
  }
}
