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.

пре 2 година
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "rpm_access",
  3. "version": "1.6.0",
  4. "private": true,
  5. "description": "",
  6. "main": "index.js",
  7. "engines": {
  8. "node": ">=14.15.0"
  9. },
  10. "scripts": {
  11. "start": "node ./index.js"
  12. },
  13. "author": "Wappler",
  14. "license": "ISC",
  15. "dependencies": {
  16. "archiver": "^5.3.0",
  17. "compression": "^1.7.4",
  18. "connect-session-knex": "^3.0.0",
  19. "cookie-parser": "^1.4.6",
  20. "cors": "^2.8.5",
  21. "debug": "^4.3.2",
  22. "dotenv": "^16.0.3",
  23. "ejs": "^3.1.6",
  24. "express": "^4.17.1",
  25. "express-end": "0.0.8",
  26. "express-fileupload": "^1.2.1",
  27. "express-session": "^1.17.2",
  28. "follow-redirects": "^1.14.5",
  29. "fs-extra": "^10.0.0",
  30. "knex": "^2.3.0",
  31. "mime-types": "^2.1.34",
  32. "node-schedule": "^2.0.0",
  33. "nodemon": "^2.0.15",
  34. "qs": "^6.10.1",
  35. "session-file-store": "^1.5.0",
  36. "socket.io": "^4.6.1",
  37. "unzipper": "^0.10.11",
  38. "uuid": "^9.0.0"
  39. },
  40. "nodemonConfig": {
  41. "watch": [
  42. "app",
  43. "lib",
  44. "views",
  45. "extensions",
  46. "tmp/**/restart.txt"
  47. ],
  48. "ext": "ejs,js,json"
  49. }
  50. }