-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 KB
/
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
38
39
40
41
42
43
{
"name": "library_api_rest",
"version": "1.0.0",
"description": "a library api rest, with a colection of librarys, books and users. Where you ca CRUD ",
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"dev": "nodemon ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Huilensolis/library_API_REST.git"
},
"keywords": [
"API",
"api",
"rest",
"REST",
"library",
"LIBRARY",
"libraryAPI",
"library_api",
"API_REST",
"apiRest"
],
"author": "Huilen Solis <solishuilencontact@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Huilensolis/library_API_REST/issues"
},
"homepage": "https://github.com/Huilensolis/library_API_REST#readme",
"dependencies": {
"bcrypt": "5.1.0",
"dotenv": "16.0.3",
"express": "4.18.2",
"jsonwebtoken": "9.0.0",
"nodemon": "2.0.22",
"passport": "0.6.0",
"passport-jwt": "4.0.1",
"sequelize": "6.31.1",
"sqlite3": "5.1.6"
}
}