Skip to content

Commit 87df187

Browse files
authored
Create package.json
1 parent 07ddfec commit 87df187

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

final_project/package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "bookshop",
3+
"version": "1.0.1",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"start": "nodemon index.js"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "MIT",
13+
"dependencies": {
14+
"express": "^4.18.1",
15+
"express-session": "^1.17.3",
16+
"jsonwebtoken": "^8.5.1",
17+
"nodemon": "^2.0.19"
18+
}
19+
}

0 commit comments

Comments
 (0)