20 lines
366 B
JSON
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/static": "^8.0.0",
|
|
"fastify": "^5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.helcel.net:sora/startpage.git"
|
|
},
|
|
"license": "ISC"
|
|
}
|