startpage/package.json
bot 7dfbd91336
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency @fastify/static to v5.0.2
2022-10-27 20:27:50 +00:00

20 lines
366 B
JSON

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