package.json 510 B

12345678910111213141516171819202122
  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. "dev": "nodemon app.js --ext html,css,js,neovan"
  16. },
  17. "dependencies": {
  18. "compression": "^1.8.1",
  19. "express": "^5.2.1",
  20. "neovan": "^0.1.0"
  21. }
  22. }