{
  "name": "@liflig/load-secrets",
  "version": "1.1.241",
  "description": "Library for loading project secrets into AWS Secrets Manager",
  "license": "Apache-2.0",
  "type": "module",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/capralifecycle/load-secrets.git"
  },
  "scripts": {
    "prepare": "bun run build && husky",
    "build": "tsc",
    "lint": "biome check",
    "lint:fix": "biome check --write",
    "lint:fix-unsafe": "biome check --write --unsafe",
    "fmt": "biome format --write",
    "fmt:check": "biome format",
    "semantic-release": "semantic-release",
    "upgrade-deps": "bun update"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "3.1136.0",
    "@aws-sdk/client-sts": "3.1136.0",
    "read": "6.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.14",
    "@commitlint/cli": "21.2.2",
    "@commitlint/config-conventional": "21.2.2",
    "@types/node": "24.13.6",
    "husky": "9.1.7",
    "typescript": "7.0.2",
    "semantic-release": "25.0.9"
  }
}
