This commit is contained in:
Mekan1206
2026-06-02 14:28:25 +05:00
commit b154d5c198
9 changed files with 2049 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "otp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.4",
"sqlite3": "^6.0.1"
}
}