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 695B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "escpos-printer-toolkit",
  3. "version": "1.0.8",
  4. "description": "点单宝打印机指令定义",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com/wanxsb/escpos-printer-toolkit.git"
  12. },
  13. "keywords": [
  14. "printer",
  15. "esc/pos"
  16. ],
  17. "author": "shenzhen candongli corp.",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://github.com/wanxsb/escpos-printer-toolkit/issues"
  21. },
  22. "homepage": "https://github.com/wanxsb/escpos-printer-toolkit#readme",
  23. "dependencies": {
  24. "buffer": "^5.0.7",
  25. "iconv-lite": "^0.4.19",
  26. "stream": "0.0.2"
  27. }
  28. }