123456789101112131415161718192021222324 |
- {
- "name": "escpos-printer-toolkit-mirfalahtech",
- "version": "1.0.8",
- "description": "点单宝打印机指令定义 - is a fork",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.mirfalah.my/mirfalah-tech/escpos-printer-toolkit-mirfalahtech.git"
- },
- "keywords": [
- "printer",
- "esc/pos"
- ],
- "author": "shenzhen candongli corp.",
- "license": "ISC",
- "dependencies": {
- "buffer": "^5.0.7",
- "iconv-lite": "^0.4.19",
- "stream": "0.0.2"
- }
- }
|