update,
This commit is contained in:
17
task1/_poc/sequelize/package.json
Normal file
17
task1/_poc/sequelize/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user