@achyutlabsau/cashdrawer
Version:
A utility to open a cash drawer with specified printer
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "@achyutlabsau/cashdrawer",
"version": "0.1.5",
"description": "A utility to open a cash drawer with specified printer",
"author": "Achyutlabs pty ltd.",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js",
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --strip --name node.napi",
"prebuild-all": "node scripts/build.js",
"clean": "git clean -fx ./build ./prebuilds ./node_modules"
},
"dependencies": {
"node-addon-api": "^8.3.1",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"prebuildify": "^6.0.1"
},
"keywords": [
"cashdrawer",
"printer",
"node-printer",
"open-cashdrawer",
"pos",
"receipt-printer",
"escpos"
],
"gypfile": true,
"binary": {
"napi_versions": [
8
]
},
"engines": {
"node": ">=16.0.0"
},
"os": [
"win32",
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"repository": {
"type": "git",
"url": "https://github.com/achyutlabsau/cashdrawer.git"
},
"bugs": {
"url": "https://github.com/achyutlabsau/cashdrawer/issues"
},
"homepage": "https://github.com/achyutlabsau/cashdrawer#readme"
}