This commit is contained in:
msnie
2024-02-03 11:58:42 +01:00
parent 17ca1c805f
commit 5b0b5f548c
706 changed files with 135245 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "udohaiku",
"version": "1.0.0",
"description": "",
"main": "srv.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "null4bl3",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"sqlite3": "^4.1.1",
"winston": "^3.2.1"
}
}