-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 904 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
{
"dependencies": {
"bcryptjs": "^2.4.3",
"ckey": "^1.0.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"googleapis": "^105.0.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mongoose": "^6.4.5",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.19",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.3"
},
"scripts": {
"start": "nodemon /server.js"
},
"name": "cody",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/estebanpisani/cody-eCommerce.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/estebanpisani/cody-eCommerce/issues"
},
"homepage": "https://github.com/estebanpisani/cody-eCommerce#readme",
"description": ""
}