{ "name": "neovan-site", "version": "1.0.0", "description": "Website for NeoVan", "repository": { "type": "git", "url": "http://git.inletsites.dev/Lee/neovan-site.git" }, "license": "ISC", "author": "Lee Morgan", "type": "module", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "compression": "^1.8.1", "express": "^5.2.1", "neovan": "^0.1.0" } }