{
  "name": "nestjs-aws-config",
  "version": "1.2.0",
  "description": "NestJS AWS Config",
  "author": "xoapit",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "nest",
    "secrets-manager",
    "aws"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc -p tsconfig.build.json",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "test": "jest",
    "check-types": "tsc --pretty --noEmit",
    "prepublish": "npm run build",
    "prepare": "husky install"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.3.1",
    "@nestjs/config": "^3.1.1"
  },
  "dependencies": {
    "@aws-sdk/credential-providers": "^3.504.0"
  },
  "resolutions": {},
  "devDependencies": {
    "@aws-sdk/client-secrets-manager": "3.504.0",
    "@aws-sdk/client-ssm": "3.504.0",
    "@nestjs/cli": "^10.3.0",
    "@nestjs/common": "^10.3.1",
    "@nestjs/config": "^3.1.1",
    "@nestjs/core": "^10.3.1",
    "@nestjs/platform-express": "^10.3.1",
    "@nestjs/schematics": "^10.1.0",
    "@nestjs/testing": "^10.3.1",
    "@types/jest": "29.5.12",
    "@types/node": "^20.11.16",
    "@types/supertest": "^6.0.2",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^9.0.10",
    "jest": "29.7.0",
    "prettier": "^3.2.4",
    "reflect-metadata": "0.2.1",
    "rimraf": "5.0.5",
    "rxjs": "7.8.1",
    "source-map-support": "^0.5.21",
    "supertest": "^6.3.4",
    "ts-jest": "29.1.2",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "4.2.0",
    "typescript": "^5.3.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "collectCoverageFrom": [
      "**/*.(t|j)s"
    ],
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  },
  "volta": {
    "node": "16.17.0",
    "npm": "8.17.0"
  },
  "homepage": "https://github.com/xoapit/nestjs-aws-config#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xoapit/nestjs-aws-config.git"
  },
  "bugs": {
    "url": "https://github.com/xoapit/nestjs-aws-config/issues"
  },
  "directories": {
    "test": "test"
  }
}
