-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 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
{
"name": "elysium-mongodb-api",
"version": "1.0.0",
"description": "Api connect Elysium frontend with mongdb",
"main": "server.js",
"scripts": {
"start": "node src/server.js",
"serve": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidbong-05/elysium-mongodb-api.git"
},
"author": "davidbong-05",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidbong-05/elysium-mongodb-api/issues"
},
"homepage": "https://github.com/davidbong-05/elysium-mongodb-api#readme",
"dependencies": {
"@sendgrid/mail": "^8.1.2",
"body-parser": "^1.20.1",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"moment": "^2.30.1",
"mongoose": "^6.9.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"engines": { "node": "16.x" }
}