TheWebPlaysGB/package.json

17 lines
292 B
JSON
Raw Permalink Normal View History

2022-08-11 12:16:02 +00:00
{
"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",
2022-08-11 12:16:57 +00:00
"serverboy": "^0.0.7"
2022-08-11 12:16:02 +00:00
}
}