{ "name": "startpage", "version": "1.0.0", "description": "StartPage", "author": "Sora", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "fastify": "^3.18.0", "fastify-static": "^4.2.2" }, "repository": { "type": "git", "url": "git@git.helcel.net:sora/startpage.git" }, "license": "ISC" }