UNPKG

al-cashdrawer

Version:

A utility to open a cash drawer with specified printer

35 lines (34 loc) 817 B
{ "name": "al-cashdrawer", "version": "0.1.1", "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": "echo \"Error: no test specified\" && exit 1", "install": "node-gyp-build", "prebuild": "prebuildify --napi --strip --name node.napi", "clean": "git clean -fx ./build ./prebuilds ./node_modules" }, "dependencies": { "node-addon-api": "^8.2.2", "node-gyp-build": "^4.8.2" }, "devDependencies": { "prebuildify": "^6.0.1" }, "keywords": [ "cashdrawer", "printer", "node-printer", "open-cashdrawer" ], "gypfile": true, "binary": { "napi_versions": [ 8 ] } }