{ "name": "website", "version": "1.0.0", "description": "", "repository": { "type": "git", "url": "niko@git.possu.ms:niko/website.git" }, "license": "ISC", "author": "", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@fastify/static": "^9.1.3", "@fastify/view": "^11.1.1", "ejs": "^5.0.2", "fastify": "^5.8.5" } }