{
    "name": "zebra-web-print-wrapper",
    "version": "0.1.5",
    "description": "Zebra Browser Print Javascript Wrapper fork",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "tsc",
        "format": "prettier --write \"src/**/*.ts\"",
        "lint": "tslint -p tsconfig.json",
        "test": "jest --config jestconfig.json"
    },
    "dependencies": {},
    "repository": {
        "type": "git",
        "url": "git+https://github.com/buzato/zebra-browser-print-wrapper.git"
    },
    "keywords": [
        "epl",
        "zpl",
        "zebra",
        "zebra programming language",
        "zebra printers",
        "barcode"
    ],
    "files": [
        "lib/**/*"
    ],
    "author": "Luismar Hilario",
    "license": "GPL-3.0",
    "bugs": {
        "url": "https://github.com/lhilario/zebra-browser-print-wrapper/issues"
    },
    "homepage": "https://github.com/lhilario/zebra-browser-print-wrapper#readme",
    "devDependencies": {
        "@types/jest": "^26.0.23",
        "jest": "^27.0.4",
        "node-fetch": "^2.6.1",
        "prettier": "^2.3.1",
        "ts-jest": "^27.0.3",
        "tslint": "^6.1.3",
        "tslint-config-prettier": "^1.18.0",
        "typescript": "^4.3.2"
    }
}
