mirror of
https://github.com/R2Northstar/NorthstarMasterServer
synced 2024-11-15 11:06:58 +01:00
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"name": "NorthstarMasterServer",
|
|
"author": "BobTheBob#1150",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node index.js -nosessiontoken -usefastifylogger"
|
|
},
|
|
"dependencies": {
|
|
"fastify": "^3.24.0",
|
|
"fastify-multipart": "^5.1.0",
|
|
"sqlite3": "^5.0.2"
|
|
}
|
|
}
|