-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
44
45
46
47
48
49
50
{
"name": "book-database-postgresql",
"version": "1.0.0",
"description": "Backend book cataloging software",
"main": "index.js",
"engines": {
"node": "14.x",
"npm": "6.x"
},
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootswatch": "^4.5.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"express-validator": "^6.8.0",
"passport": "^0.4.1",
"passport-amazon": "^1.0.0",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"serve": "^11.3.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/taradactyl9/booksinspace.git"
},
"bugs": {
"url": "https://github.com/taradactyl9/booksinspace/issues"
},
"homepage": "https://github.com/taradactyl9/booksinspace#readme"
}