add sequelize

This commit is contained in:
b1ek 2023-02-19 17:07:23 +10:00
parent 1a3ba36e04
commit 8cd6724c40
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
PACKAGES="gulp-cli gulper gulp mocha" PACKAGES="gulp-cli gulper gulp mocha sequelize-cli"
if [[ $APP_DEBUG == 'true' ]]; then if [[ $APP_DEBUG == 'true' ]]; then
npm i npm i

View File

@ -25,8 +25,11 @@
"ioredis": "^5.3.1", "ioredis": "^5.3.1",
"js-base64": "^3.7.5", "js-base64": "^3.7.5",
"mocha": "^10.2.0", "mocha": "^10.2.0",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"pug": "^3.0.2", "pug": "^3.0.2",
"redis": "^4.6.4", "redis": "^4.6.4",
"sequelize": "^6.28.0",
"unit.js": "^2.1.1" "unit.js": "^2.1.1"
} }
} }