-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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": "js-techdegree-project8",
"version": "1.0.0",
"description": "SQL Library Manager",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rliess/js-techdegree-project8.git"
},
"keywords": [
"express",
"sequelize",
"sql",
"crud"
],
"author": "Reinhard Liess <reinhard.liess@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rliess/js-techdegree-project8/issues"
},
"homepage": "https://github.com/rliess/js-techdegree-project8#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"morgan": "^1.10.0",
"normalize.css": "^8.0.1",
"pug": "^3.0.1",
"sequelize": "^6.29.0",
"serve-favicon": "^2.5.0",
"sqlite3": "^5.1.5"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/sequelize": "^4.28.8",
"sequelize-cli": "^6.2.0"
}
}