diff --git a/package.json b/package.json index 7c69341..186a203 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,15 @@ "description": "SDK for base code for Api repos that use express and deploy on AWS ECS", "dependencies": { "@aws-sdk/client-secrets-manager": "^3.535.0", - "@xylabs/assert": "^3.0.14" + "@xylabs/assert": "^3.0.14", + "body-parser": "^1.20.1", + "connect": "^3.7.0", + "express-mung": "^0.5.1", + "http-status-codes": "^2.2.0", + "node-cache": "^5.1.2", + "rollbar": "^2.26.1", + "winston": "^3.8.2", + "winston-transport": "^4.5.0" }, "devDependencies": { "@swc/core": "^1.4.8", @@ -46,15 +54,7 @@ "winston-transport": "^4.7.0" }, "peerDependencies": { - "body-parser": "^1.20.1", - "connect": "^3.7.0", - "express": "^4", - "express-mung": "^0.5.1", - "http-status-codes": "^2.2.0", - "node-cache": "^5.1.2", - "rollbar": "^2.26.1", - "winston": "^3.8.2", - "winston-transport": "^4.5.0" + "express": "^4" }, "docs": "dist/docs.json", "types": "dist/index.d.ts", diff --git a/yarn.lock b/yarn.lock index 1185215..14a3f3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3292,15 +3292,7 @@ __metadata: winston: "npm:^3.12.0" winston-transport: "npm:^4.7.0" peerDependencies: - body-parser: ^1.20.1 - connect: ^3.7.0 express: ^4 - express-mung: ^0.5.1 - http-status-codes: ^2.2.0 - node-cache: ^5.1.2 - rollbar: ^2.26.1 - winston: ^3.8.2 - winston-transport: ^4.5.0 languageName: unknown linkType: soft