Node-server for unitstock app
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.

23 lines
450 B

  1. {
  2. "name": "unitcheck",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "start": "node ./server.js"
  7. },
  8. "dependencies": {
  9. "cookie-parser": "~1.4.4",
  10. "debug": "~2.6.9",
  11. "express": "~4.16.1",
  12. "fs-extra": "^9.0.1",
  13. "hbs": "^4.1.1",
  14. "http-errors": "~1.6.3",
  15. "moment": "^2.27.0",
  16. "morgan": "~1.9.1",
  17. "node-cron": "^2.0.3",
  18. "oracledb": "^4.2.0",
  19. "path": "^0.12.7",
  20. "sqlite3": "^5.0.11"
  21. }
  22. }