2024-04-02 07:43:54 -04:00
|
|
|
{
|
|
|
|
"name": "@socketcomputer/backend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "socket 2.0 backend",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-04-05 04:30:56 -04:00
|
|
|
"build": "parcel build src/index.ts --target node"
|
2024-04-02 07:43:54 -04:00
|
|
|
},
|
|
|
|
"author": "modeco80",
|
|
|
|
"license": "MIT",
|
2024-04-05 04:30:56 -04:00
|
|
|
"targets": {
|
2024-07-24 04:22:31 -04:00
|
|
|
"node": {
|
|
|
|
"context": "node",
|
|
|
|
"outputFormat": "esmodule"
|
|
|
|
}
|
2024-04-05 04:30:56 -04:00
|
|
|
},
|
2024-04-02 07:43:54 -04:00
|
|
|
"dependencies": {
|
2024-07-24 04:22:31 -04:00
|
|
|
"@computernewb/superqemu": "^0.1.0",
|
2024-04-02 07:43:54 -04:00
|
|
|
"@fastify/websocket": "^10.0.1",
|
2024-07-24 04:47:12 -04:00
|
|
|
"@socketcomputer/jpeg-rs": "*",
|
2024-04-02 07:43:54 -04:00
|
|
|
"@socketcomputer/shared": "*",
|
|
|
|
"fastify": "^4.26.2",
|
2024-07-24 04:22:31 -04:00
|
|
|
"mnemonist": "^0.39.8"
|
2024-04-02 07:43:54 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-24 04:22:31 -04:00
|
|
|
"@types/ws": "^8.5.10",
|
|
|
|
"parcel": "^2.12.0"
|
2024-04-02 07:43:54 -04:00
|
|
|
}
|
|
|
|
}
|