Kekkai/server/package.json

26 lines
597 B
JSON
Raw Permalink Normal View History

{
"name": "server",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Redume/Kekkai.git"
},
"author": "Redume",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Redume/Kekkai/issues"
},
"homepage": "https://github.com/Redume/Kekkai#readme",
"description": "The main service. Web server",
"dependencies": {
"axios": "^1.7.7",
"fastify": "^4.28.1",
"pino": "^9.3.2",
"ua-parser-js": "^1.0.39"
}
}