You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 580B

123456789101112131415161718192021222324
  1. {
  2. "name": "escpos-printer-toolkit-mirfalahtech",
  3. "version": "1.0.8",
  4. "description": "点单宝打印机指令定义 - is a fork",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.mirfalah.my/mirfalah-tech/escpos-printer-toolkit-mirfalahtech.git"
  12. },
  13. "keywords": [
  14. "printer",
  15. "esc/pos"
  16. ],
  17. "author": "shenzhen candongli corp.",
  18. "license": "ISC",
  19. "dependencies": {
  20. "buffer": "^5.0.7",
  21. "iconv-lite": "^0.4.19",
  22. "stream": "0.0.2"
  23. }
  24. }