startpage/package.json
Renovate Bot 06917be49f
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @fastify/static to v7
2024-02-05 17:27:12 +00:00

20 lines
367 B
JSON

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