Updated package.json
This commit is contained in:
parent
a29ac8dda8
commit
496442fb77
2 changed files with 15 additions and 24 deletions
10
package.json
10
package.json
|
@ -2,10 +2,12 @@
|
|||
"name": "nubian",
|
||||
"version": "1.0.0",
|
||||
"description": "Express backend for Khufu",
|
||||
"main": "server.js",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/server.js --no-warnings",
|
||||
"start:dev": "nodemon src/server.js"
|
||||
"start": "node src/index.js --no-warnings",
|
||||
"start:dev": "nodemon src/index.js",
|
||||
"build": "npm run build:all",
|
||||
"build:all": "docker-compose build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -20,10 +22,8 @@
|
|||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"express-bearer-token": "^2.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mongoose": "^5.13.3",
|
||||
"multer": "^1.4.2",
|
||||
"path": "^0.12.7",
|
||||
|
|
Reference in a new issue