startpage/package.json
soraefir 64064a2ecb
All checks were successful
continuous-integration/drone/push Build is passing
Updated colors and content
2023-05-27 12:03:50 +02:00

20 lines
368 B
JSON

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