{
  "name": "escpos-print",
  "author": {
    "name": "Håvard Lian",
    "email": "haavard@64bit.no",
    "url": "https://github.com/haavardlian"
  },
  "version": "2.0.0",
  "description": "Library for printing to ESC/POS compatible printers",
  "main": "./index.js",
  "typings": "./",
  "keywords": [
    "esc/pos",
    "escpos",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/haavardlian/escpos.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haavardlian/escpos/issues"
  },
  "homepage": "https://github.com/haavardlian/escpos",
  "dependencies": {
    "iconv-lite": "^0.4.19",
    "pngjs": "~3.3.1"
  }
}