@churchapps/apihelper
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
70 lines (69 loc) • 2.25 kB
JSON
{
"name": "@churchapps/apihelper",
"version": "0.4.46",
"description": "Library of helper functions not specific to any one ChurchApps project or framework.",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./helpers": "./dist/helpers/index.js",
"./auth": "./dist/auth/index.js",
"./controllers": "./dist/controllers/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist",
"copy-assets": "node scripts/copy-assets.js",
"link": "link",
"tsc": "tsc",
"build": "npm-run-all clean tsc copy-assets",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts",
"format:check": "prettier --check src/**/*.ts",
"publish:all": "npm run build && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiveChurchSolutions/Helpers.git"
},
"keywords": [
"ChurchApps"
],
"author": "ChurchApps.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiveChurchSolutions/Helpers/issues"
},
"homepage": "https://github.com/LiveChurchSolutions/Helpers#readme",
"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",
"@churchapps/helpers": "^1.2.14",
"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": {
"@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-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript": "^5.9.2"
}
}