Skip to content

Commit

Permalink
refactor: sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tuana9a committed Sep 29, 2024
1 parent 9e89dba commit bf29381
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@
"name": "dkhptd-api-gateway",
"version": "1.0.0",
"scripts": {
"dev": "nodemon ./dist/index.js",
"start": "node ./dist/index.js",
"build": "tsc",
"build:watch": "tsc --watch",
"test:watch": "jest tests --watch",
"test": "jest tests"
},
"_moduleAliases": {
"src": "dist"
"dev": "nodemon ./dist/index.js",
"start": "node ./dist/index.js",
"test": "jest tests",
"test:watch": "jest tests --watch"
},
"dependencies": {
"amqplib": "^0.10.4",
"axios": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express-rate-limit": "^6.11.2",
"express": "^4.21.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"express-rate-limit": "^6.11.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"mongodb": "^6.0.0",
"multer": "^1.4.5-lts.1"
},
Expand All @@ -43,5 +40,8 @@
"jest": "^29.4.2",
"ts-jest": "^29.0.5",
"typescript": "^4.8.4"
},
"_moduleAliases": {
"src": "dist"
}
}

0 comments on commit bf29381

Please sign in to comment.