forked from the-medicsoft/medic-soft-db-msvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 777 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
38
{
"name": "medic-soft-db-msvc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"contributors": [
{
"name": "Aakash Verma",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/the-medicsoft/medic-soft-db-msvc.git"
},
"keywords": [
"Microservice",
"Mongo",
"Micro",
"msvc"
],
"author": "",
"license": "ISC",
"homepage": "https://github.com/the-medicsoft/medic-soft-db-msvc.git#readme",
"dependencies": {
"fastify": "^2.3.0",
"mongoose": "^5.5.2"
},
"devDependencies": {
"dotenv": "^8.0.0",
"mongoose-seeder": "^1.2.1",
"swagger": "^0.7.5"
}
}