startpage/package.json
Renovate Bot 3e3004cd34
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
Update dependency @fastify/static to v8
2024-09-18 00:02:18 +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": "^8.0.0",
"fastify": "^4.17.0"
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/startpage.git"
},
"license": "ISC"
}