zebra-browser-print-wrapper-https
Version:
Zebra Browser Print Javascript Wrapper for https protocol
47 lines (46 loc) • 1.37 kB
JSON
{
"name": "zebra-browser-print-wrapper-https",
"version": "0.1.6",
"description": "Zebra Browser Print Javascript Wrapper for https protocol",
"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": {
"-": "^0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/PavelKaraivanov/zebra-browser-print-wrapper-https"
},
"keywords": [
"zpl",
"zebra",
"zebra programming language",
"zebra printers",
"barcode"
],
"files": [
"lib/**/*"
],
"author": "PavelKaraivanov",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PavelKaraivanov/zebra-browser-print-wrapper/issues"
},
"homepage": "https://github.com/PavelKaraivanov/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"
}
}