16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"name": "mineplex-node",
|
|
"version": "1.0.0",
|
|
"description": "Replacement for mineplex server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "labalityowo",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@fastify/mysql": "^4.1.0",
|
|
"fastify": "^4.17.0"
|
|
}
|
|
}
|