You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
524 B
27 lines
524 B
{
|
|
"devDependencies": {
|
|
"sequelize-cli": "^6.4.1"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"http-errors": "^2.0.0",
|
|
"mariadb": "^3.0.0",
|
|
"nodemon": "^2.0.16",
|
|
"sequelize": "^6.20.1",
|
|
"swagger-jsdoc": "^6.2.1",
|
|
"swagger-ui-express": "^4.4.0"
|
|
},
|
|
"name": "tp-blanc",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|