TheWebPlaysGB/package.json

17 lines
292 B
JSON

{
"name": "gbonline",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^4.4.0",
"imageboy": "^1.1.1",
"serverboy": "^0.0.7"
}
}