{
  "name": "@churchapps/apihelper",
  "version": "1.0.0",
  "description": "Library of helper functions not specific to any one ChurchApps project or framework.",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./helpers": "./dist/helpers/index.js",
    "./auth": "./dist/auth/index.js",
    "./controllers": "./dist/controllers/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "copy-assets": "node scripts/copy-assets.js",
    "tsc": "tsc",
    "build": "npm-run-all clean tsc copy-assets",
    "lint": "eslint --fix src/",
    "test": "tsx --test tests/*.test.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChurchApps/Packages.git",
    "directory": "apihelper"
  },
  "keywords": [
    "ChurchApps"
  ],
  "author": "ChurchApps.org",
  "license": "MIT",
  "peerDependencies": {
    "@churchapps/helpers": "^2.0.0"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.862.0",
    "@aws-sdk/client-ses": "^3.862.0",
    "@aws-sdk/client-ssm": "^3.862.0",
    "@aws-sdk/s3-presigned-post": "^3.862.0",
    "dotenv": "^17.2.1",
    "express": "^4.21.2",
    "inversify": "^6.2.2",
    "inversify-express-utils": "^6.5.0",
    "jsonwebtoken": "^9.0.2",
    "mysql2": "^3.14.3",
    "nodemailer": "^7.0.5",
    "winston": "^3.17.0",
    "winston-cloudwatch": "^6.3.0"
  },
  "devDependencies": {
    "@churchapps/helpers": "^2.0.0",
    "@types/express": "^4.17.21",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^24.2.0",
    "@types/nodemailer": "^6.4.17",
    "@typescript-eslint/eslint-plugin": "^8.39.0",
    "@typescript-eslint/parser": "^8.39.0",
    "eslint": "^9.32.0",
    "eslint-plugin-unused-imports": "^4.4.1",
    "npm-run-all2": "^8.0.4",
    "rimraf": "^6.0.1",
    "tsx": "^4.0.0",
    "typescript": "^6.0.3"
  }
}
