Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SLT-157] feat(rest-api): Refactor for RESTful architectural standardization #3126

Merged
merged 15 commits into from
Sep 16, 2024
3 changes: 3 additions & 0 deletions packages/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"build": "tsc",
"build:go": " ",
"dev": "nodemon --watch src --exec ts-node src/app.ts",
"start": "node dist/app.js",
"lint:fix": "eslint src/**/*.ts --fix",
"lint:check": "eslint . --max-warnings=0",
Expand All @@ -24,6 +25,7 @@
"bignumber": "^1.1.0",
"ethers": "5.7.2",
"express": "^4.18.2",
"express-validator": "^7.2.0",
"lodash": "^4.17.21",
"supertest": "^6.3.3"
},
Expand All @@ -33,6 +35,7 @@
"concurrently": "^8.2.0",
"lodash": "^4.17.21",
"nodemon": "^3.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.8.3"
}
}
Loading
Loading