-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 893 Bytes
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
{
"name": "api-codigos-postales",
"version": "1.0.0",
"description": "API de códigos postales de México",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlejandroRM-DEV/API-Codigos-Postales.git"
},
"keywords": [
"nodejs",
"express",
"sequelize",
"mysql",
"rest",
"api"
],
"author": "Alejandro Ramírez Muñoz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/AlejandroRM-DEV/API-Codigos-Postales/issues"
},
"homepage": "https://github.com/AlejandroRM-DEV/API-Codigos-Postales#readme",
"dependencies": {
"body-parser": "^1.19.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"express": "^4.17.1",
"mysql2": "^2.1.0",
"sequelize": "^5.21.6"
}
}