-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 961 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
{
"name": "product-registration-api",
"version": "1.0.0",
"description": "This is NodeJS api crud operations project.\r Technologies:\r NodeJS\r MongoDB",
"main": "index.js",
"scripts": {
"start": "nodemon ./app.js --exec babel-node -e js",
"debug": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/snodejs-projects/product-registration-api.git"
},
"author": "Siva Krishna Jampani",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/snodejs-projects/product-registration-api/issues"
},
"homepage": "https://gitlab.com/snodejs-projects/product-registration-api#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.13",
"nodemon": "^2.0.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1"
}
}