@churchapps/helpers
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
58 lines (57 loc) • 1.63 kB
JSON
{
"name": "@churchapps/helpers",
"version": "1.0.48",
"description": "Library of helper functions not specific to any one ChurchApps project or framework.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./interfaces": "./dist/interfaces/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist",
"tsc": "tsc",
"build": "npm-run-all clean tsc",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts"
},
"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",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"devDependencies": {
"@types/node": "^24.2.0",
"@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"
},
"dependencies": {
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"fs-extra": "^11.3.1",
"react-ga4": "^2.1.0",
"rrule": "^2.8.1"
}
}