-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 852 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": "coofi_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^6.0.8",
"morgan": "^1.10.0",
"nodemon": "^2.0.13"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.6"
},
"scripts": {
"dev": "nodemon src/index.js",
"devbabel": "nodemon src/index.js --exec babel-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdisonFlorez/CoOfi_backEnd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EdisonFlorez/CoOfi_backEnd/issues"
},
"homepage": "https://github.com/EdisonFlorez/CoOfi_backEnd#readme"
}