package.json 485 B

1234567891011121314151617181920212223
  1. {
  2. "name": "situationexpress",
  3. "version": "0.0.0",
  4. "private": true,
  5. "bin":"./bin/www",
  6. "scripts": {
  7. "start": "node ./bin/www",
  8. "pkg": "pkg . -t node16-win-x64 -o app"
  9. },
  10. "dependencies": {
  11. "body-parser": "^1.20.2",
  12. "cookie-parser": "~1.4.4",
  13. "debug": "~2.6.9",
  14. "express": "~4.16.1",
  15. "http-errors": "~1.6.3",
  16. "imageinfo": "^1.0.4",
  17. "jade": "~1.11.0",
  18. "morgan": "~1.9.1"
  19. },
  20. "pkg":{
  21. "assets":["public/**/*","views/**/*"]
  22. }
  23. }