package.json 498 B

1234567891011121314151617181920212223
  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. "cors": "^2.8.4",
  16. "data-urls": "^1.0.1",
  17. "express": "^4.16.3",
  18. "multer": "^1.3.1",
  19. "node-windows": "^0.1.14",
  20. "puppeteer": "^1.7.0",
  21. "uuid": "^3.3.2"
  22. }
  23. }