@mmote/niimblue-node
Version:
Headless clients for niimbluelib. Command line interface, simple REST server are also included.
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "@mmote/niimblue-node",
"version": "0.0.8",
"description": "Headless clients for niimbluelib. Command line interface, simple REST server are also included.",
"keywords": [
"command-line",
"thermal-printer",
"label-printer",
"niimbot",
"niimbot-d110",
"niimbot-b1",
"bluetooth",
"serial"
],
"repository": {
"type": "git",
"url": "https://github.com/MultiMote/niimblue-node.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"bin": {
"niimblue-cli": "./cli.mjs"
},
"author": "MultiMote",
"license": "MIT",
"private": false,
"scripts": {
"clean-build": "yarn clean && yarn build",
"build": "tsc --build",
"cli": "tsc --build && node cli.mjs"
},
"devDependencies": {
"@types/node": "^20.14.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-26",
"@commander-js/extra-typings": "^12.1.0",
"@mmote/niimbluelib": "0.0.1-alpha.26",
"async-mutex": "^0.5.0",
"commander": "^12.1.0",
"serialport": "^12.0.0",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}