@roshanlimbu/nepali-print-server
Version:
A Node.js server for printing receipts with support for Nepali Unicode text and cross-platform printing
65 lines (64 loc) • 1.39 kB
JSON
{
"name": "@roshanlimbu/nepali-print-server",
"version": "1.0.2",
"description": "A Node.js server for printing receipts with support for Nepali Unicode text and cross-platform printing",
"main": "index.js",
"bin": {
"nepali-print-server": "./bin/cli.js"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "node examples/basic.js",
"prepublishOnly": "npm test"
},
"keywords": [
"printer",
"receipt",
"slip",
"nepali",
"unicode",
"devanagari",
"thermal-printer",
"cross-platform",
"windows",
"cups",
"rest-api"
],
"author": {
"name": "Roshan Limbu",
"url": "https://github.com/roshanlimbu"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/roshanlimbu/printServer.git"
},
"bugs": {
"url": "https://github.com/roshanlimbu/printServer/issues"
},
"homepage": "https://github.com/roshanlimbu/printServer#readme",
"engines": {
"node": ">=14.0.0"
},
"files": [
"server.js",
"printer.js",
"index.js",
"bin/",
"lib/",
".env.example",
"README.md",
"LICENSE"
],
"dependencies": {
"commander": "^12.1.0",
"dayjs": "^1.11.13",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"iconv-lite": "^0.6.3"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}