Files
tsc1877/task1/_poc/sequelize/package.json
louiscklaw 59ef6f39d2 update,
2025-02-01 02:09:03 +08:00

18 lines
329 B
JSON

{
"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"
}
}