UNPKG

zebra-browser-print-wrapper

Version:
45 lines (44 loc) 1.29 kB
{ "name": "zebra-browser-print-wrapper", "version": "0.1.4", "description": "Zebra Browser Print Javascript Wrapper", "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/lhilario/zebra-browser-print-wrapper.git" }, "keywords": [ "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" } }