{
  "name": "escpos-buffer-web",
  "version": "1.7.2",
  "description": "Library to generate buffer for thermal printers.",
  "author": "GrandChef Team <desenvolvimento@grandchef.com.br>",
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/grandchef/escpos-buffer.git"
  },
  "homepage": "https://github.com/grandchef/escpos-buffer#readme",
  "bugs": {
    "url": "https://github.com/grandchef/escpos-buffer/issues"
  },
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf coverage dist tmp",
    "build": "tsc -d -p tsconfig.release.json",
    "build:watch": "tsc -w -p tsconfig.release.json",
    "lint": "tslint -t stylish --project \"tsconfig.json\"",
    "style:fix": "prettier --write \"src/**/*.ts\"",
    "style:check": "prettier --check \"src/**/*.ts\"",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect-brk=9229 node_modules/.bin/jest -i"
  },
  "dependencies": {
    "blob-to-buffer": "^1.2.9",
    "buffer": "^6.0.3",
    "iconv-lite": "^0.5.0",
    "pngjs": "^5.0.0",
    "qrcode": "^1.4.4",
    "requirejs": "^2.3.6",
    "tslib": "~1.10.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.21",
    "@types/node": "^12.12.5",
    "@types/w3c-web-usb": "1.0.4",
    "jest": "~27.3.1",
    "prettier": "~1.18.2",
    "rimraf": "^3.0.0",
    "ts-jest": "^27.0.7",
    "tslint": "~5.20.1",
    "tslint-config-prettier": "1.18.0",
    "tslint-microsoft-contrib": "~6.2.0",
    "tsutils": "~3.17.0",
    "typescript": "~3.7.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
