This commit is contained in:
louiscklaw
2025-02-01 02:09:03 +08:00
parent 3de8aea20a
commit 59ef6f39d2
707 changed files with 40212 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "sequelize",
"version": "1.0.0",
"description": "",
"main": "helloworld.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mysql2": "^3.9.3",
"sequelize": "^6.37.1",
"sqlite3": "^5.1.7"
}
}