UNPKG

@churchapps/helpers

Version:

Library of helper functions not specific to any one ChurchApps project or framework.

67 lines (66 loc) 1.67 kB
{ "name": "@churchapps/helpers", "version": "1.5.0", "type": "module", "description": "Library of helper functions not specific to any one ChurchApps project or framework.", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist", "tsc": "tsc", "build": "npm-run-all clean tsc", "lint": "eslint --fix src/", "publish": "npm run build && npm publish --access=public" }, "repository": { "type": "git", "url": "https://github.com/ChurchApps/Packages.git", "directory": "helpers" }, "keywords": [ "ChurchApps" ], "author": "ChurchApps.org", "license": "MIT", "bugs": { "url": "https://github.com/ChurchApps/Packages/issues" }, "homepage": "https://github.com/ChurchApps/Packages/tree/main/helpers#readme", "engines": { "node": ">=20.0.0", "yarn": ">=1.22.0", "npm": ">=8.0.0" }, "devDependencies": { "@types/node": "^25.6.2", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.59.2", "eslint": "^10.3.0", "eslint-plugin-unused-imports": "^4.4.1", "npm-run-all2": "^8.0.4", "rimraf": "^6.1.3", "rrule": "^2.8.1", "typescript": "^6.0.3" }, "dependencies": { "dayjs": "^1.11.20" }, "peerDependencies": { "rrule": "^2.8.1" }, "peerDependenciesMeta": { "rrule": { "optional": true } } }