@replytechnologies/zpl-image-convert
Version:
Encode and decode ZPL images
37 lines (36 loc) • 776 B
JSON
{
"name": "@replytechnologies/zpl-image-convert",
"version": "0.0.3",
"description": "Encode and decode ZPL images",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReplyTechnologies/zpl-image-convert.git"
},
"keywords": [
"ZPL",
"Z64",
"ZB64",
"LZ77",
"ASCII",
"HEX",
"encode",
"decode"
],
"author": "Reply Technologies",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReplyTechnologies/zpl-image-convert/issues"
},
"homepage": "https://github.com/ReplyTechnologies/zpl-image-convert#readme",
"dependencies": {
"get-pixels": "^3.3.3"
},
"devDependencies": {
"jest": "^29.7.0",
"jimp": "^0.22.12"
}
}