TheWebPlaysGB/package.json

24 lines
524 B
JSON
Raw 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": {
"@tensorflow/tfjs": ">=3.19.0 <4.0.0\n",
"@tensorflow/tfjs-node": "^3.19.0",
"fastify": "^4.4.0",
"fastify-socket.io": "^4.0.0",
"imageboy": "^1.1.1",
"seedrandom": "^3.0.5",
"serverboy": "^0.0.7",
"socket.io": "^4.5.1",
"upscaler": "1.0.0-beta.6",
"waifu2x": "^1.0.9"
}
}