@point-of-sale/webbluetooth-receipt-printer
Version:
This is an library that allows you to print to a Bluetooth connected receipt printer using WebBluetooth.
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "@point-of-sale/webbluetooth-receipt-printer",
"version": "2.0.0",
"type": "module",
"exports": {
"browser": {
"import": "./dist/webbluetooth-receipt-printer.esm.js",
"require": "./dist/webbluetooth-receipt-printer.umd.js",
"script": "./dist/webbluetooth-receipt-printer.umd.js"
}
},
"module": "src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NielsLeenheer/WebBluetoothReceiptPrinter.git"
},
"keywords": [
"bluetooth",
"webbluetooth",
"receipt",
"receiptprinter",
"escpos",
"star",
"epson"
],
"author": "Niels Leenheer",
"license": "MIT",
"bugs": {
"url": "https://github.com/NielsLeenheer/WebBluetoothReceiptPrinter/issues"
},
"homepage": "https://github.com/NielsLeenheer/WebBluetoothReceiptPrinter#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"rollup": "^3.20.7"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"files": [
"dist"
]
}