24 lines
523 B
JSON
24 lines
523 B
JSON
{
|
|
"name": "@socketcomputer/backend",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"description": "socket 2.0 backend",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"author": "modeco80",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/websocket": "^10.0.1",
|
|
"@julusian/jpeg-turbo": "^2.1.0",
|
|
"@socketcomputer/qemu": "*",
|
|
"@socketcomputer/shared": "*",
|
|
"fastify": "^4.26.2",
|
|
"mnemonist": "^0.39.8",
|
|
"canvas": "^2.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.10"
|
|
}
|
|
}
|