package.json 456 B

123456789101112131415161718192021
  1. {
  2. "name": "neovan-site",
  3. "version": "1.0.0",
  4. "description": "Website for NeoVan",
  5. "repository": {
  6. "type": "git",
  7. "url": "http://git.inletsites.dev/Lee/neovan-site.git"
  8. },
  9. "license": "ISC",
  10. "author": "Lee Morgan",
  11. "type": "module",
  12. "main": "app.js",
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "dependencies": {
  17. "compression": "^1.8.1",
  18. "express": "^5.2.1",
  19. "neovan": "^0.1.0"
  20. }
  21. }