{
  "name": "param-store-service",
  "version": "3.0.0",
  "description": "DEPRECATED: Use @nestjs-aws/systems-manager instead. Service to read parameters from AWS Param Store.",
  "deprecated": "This package is no longer maintained. Please migrate to @nestjs-aws/systems-manager",
  "main": "dist/index.js",
  "scripts": {
    "start:dev": "tsc -w",
    "build": "tsc",
    "prepare": "npm run build",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:e2e": "jest --config ./test/jest-e2e.json"
  },
  "author": "PM",
  "license": "MIT",
  "readmeFilename": "README.md",
  "files": [
    "dist/**/*",
    "*.md"
  ],
  "keywords": [
    "NestJS",
    "Nest",
    "AWS",
    "System Manager",
    "SSM",
    "Parameter Store",
    "param store",
    "config service"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typical-organization/param-store-service"
  },
  "bugs": "https://github.com/typical-organization/param-store-service",
  "peerDependencies": {
    "@aws-sdk/client-ssm": "^3.908.0",
    "@nestjs/common": "^11.1.6",
    "@nestjs/config": "^4.0.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.37.0",
    "@nestjs/common": "^11.1.6",
    "@nestjs/core": "^11.1.6",
    "@nestjs/platform-express": "^11.1.6",
    "@nestjs/testing": "^11.1.6",
    "@types/express": "5.0.3",
    "@types/jest": "30.0.0",
    "@types/node": "24.7.2",
    "@types/supertest": "6.0.3",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.46.0",
    "eslint": "^9.37.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^29.0.1",
    "eslint-plugin-n": "^17.23.1",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^16.4.0",
    "jest": "30.2.0",
    "prettier": "3.6.2",
    "supertest": "7.1.4",
    "ts-jest": "29.4.5",
    "ts-node": "10.9.2",
    "tsc-watch": "7.2.0",
    "tsconfig-paths": "4.2.0",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.46.0"
  },
  "overrides": {
    "eslint-plugin-n": "^17.23.1",
    "eslint-plugin-promise": "^7.2.1",
    "eslint": "^9.37.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}
