startpage/package.json
choelzl c1b1081b10
All checks were successful
continuous-integration/drone/push Build is passing
Upgraded packages and removed static
2022-05-16 10:21:57 +02: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.0"
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/startpage.git"
},
"license": "ISC"
}