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