{
  "name": "zpl-label-designer",
  "version": "1.0.0",
  "description": "A module that can be used to design and generate zpl (zebra programming language) for use with zebra printers.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ubs01/zpl-label-designer.git"
  },
  "keywords": [
    "zpl",
    "zpl",
    "generator",
    "label",
    "designer"
  ],
  "author": "Umar Bashir Ribadu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ubs01/zpl-label-designer/issues"
  },
  "homepage": "https://github.com/ubs01/zpl-label-designer#readme",
  "dependencies": {
    "jquery": "^3.6.0"
  },
  "devDependencies": {
    "@types/jquery": "^3.5.5"
  }
}
