-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
{
"name": "express_api_starter",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r dotenv/config src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codelabsacademy/express_api_starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codelabsacademy/express_api_starter/issues"
},
"homepage": "https://github.com/codelabsacademy/express_api_starter#readme",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.13.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"uid": "^2.0.1"
}
}