{
  "name": "esc-pos-encoder-canvas",
  "version": "1.1.2",
  "description": "Create a set of commands that can be send to any receipt printer that supports ESC/POS",
  "main": "src/esc-pos-encoder.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "bundle": "browserify src/esc-pos-encoder.js --standalone EscPosEncoder -o dist/esc-pos-encoder.js",
    "uglify": "uglifyjs dist/esc-pos-encoder.js -cm --overwrite -o dist/esc-pos-encoder.js",
    "build": "npm run bundle && npm run uglify",
    "lint": "eslint --fix src/esc-pos-encoder.js",
    "mocha": "mocha test/",
    "test": "npm run lint && npm run mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NielsLeenheer/EscPosEncoder.git"
  },
  "keywords": [
    "pos",
    "escpos",
    "receipt",
    "printer"
  ],
  "author": "Uice Lu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/uicestone/EscPosEncoder/issues"
  },
  "homepage": "https://github.com/uicestone/EscPosEncoder#readme",
  "devDependencies": {
    "browserify": "^14.5.0",
    "eslint": "^4.11.0",
    "eslint-config-google": "^0.9.1",
    "uglify-es": "^3.1.10",
    "chai": "^4.1.2",
    "mocha": "^4.0.1"
  },
  "dependencies": {
    "canvas-dither": "^1.0.0",
    "canvas-flatten": "^1.0.0",
    "buffer-to-uint8array": "^1.1.0",
    "canvas": "^2.0.0-alpha.6",
    "iconv-lite": "^0.4.19",
    "linewrap": "^0.2.1"
  }
}
