package.json 652 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "pdf-editor",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@alancnet/pdf2htmlex": "0.0.2",
  13. "asfs": "^2.0.3",
  14. "body-parser": "^1.18.3",
  15. "data-urls": "^1.0.1",
  16. "delete": "^1.1.0",
  17. "express": "^4.16.3",
  18. "express-logging": "^1.1.1",
  19. "htmlencode": "0.0.4",
  20. "log4js": "^3.0.5",
  21. "microservice-config": "0.0.1",
  22. "multer": "^1.3.1",
  23. "node-windows": "^0.1.14",
  24. "puppeteer": "^1.7.0",
  25. "sanitize-html": "^1.18.4",
  26. "uuid": "^3.3.2"
  27. }
  28. }