Moved files from private to public repo for first release

This commit is contained in:
eetnaviation
2024-01-01 22:49:04 +02:00
parent 7ce960c91a
commit 2f7f0075be
7 changed files with 1724 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "arvutus",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "node main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.5.1"
}
}