-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "api",
"version": "1.0.0",
"description": "Base Para Api Express Con Sequelize",
"main": "api.js",
"scripts": {
"iniciar-api-dev": "nodemon api",
"iniciar-api-prod": "node api",
"start": "npm run iniciar-api-prod",
"dev": "npm run iniciar-api-dev"
},
"author": "Edhine",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-list-endpoints": "^4.0.1",
"helmet": "^3.20.0",
"morgan": "^1.9.1",
"node-color-log": "^2.2.0",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"sequelize": "^5.15.0",
"sequelize-cli": "^5.5.0"
},
"devDependencies": {
"nodemon": "^1.19.1"
},
"repository": {
"url": "https://github.com/Edhine/base-api-express-sequelize"
},
"contributors": [
"https://github.com/Edhine",
"https://www.linkedin.com/in/sergio-andres-orellana-roa/"
]
}