mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-14 04:25:35 +01:00
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"socket.io": "^4.7.4"
|
|
}
|
|
}
|