-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1003 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
38
39
40
{
"name": "Bookffee",
"version": "1.1.2",
"description": "Bookffee is a website to search for books, which allows you to know their prices and synopses, as well as being able to filter them by genre, popularity and date.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LucioFex/book-search.git"
},
"keywords": [
"browser",
"search",
"genre",
"books",
"book",
"web"
],
"author": "Luciano Esteban",
"license": "MIT",
"bugs": {
"url": "https://github.com/LucioFex/book-search/issues"
},
"homepage": "https://github.com/LucioFex/book-search#readme",
"dependencies": {
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"node-fetch": "^2.6.6",
"nodemon": "^2.0.15"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
}
}