This commit is contained in:
2025-03-31 00:22:21 +03:00
commit 38f2a05107
146 changed files with 66771 additions and 0 deletions

14
scripts/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "import",
"version": "1.0.0",
"main": "import.js",
"scripts": {
"start": "node import.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"sqlite3": "^5.1.7"
}
}