UNPKG

@gatekeeper_technology/report-utils

Version:
41 lines (40 loc) 991 B
{ "name": "@gatekeeper_technology/report-utils", "version": "1.3.3", "description": "Gatekeeper's pdf/email Utils - shared in NPM", "author": "David Holtzhausen", "main": "./dist/index.js", "types": "./dist/index.ds.ts", "repository": { "type": "git", "url": "git+https://github.com/gatekeeper-technology/report-utils.git" }, "keywords": [ "pdf", "email", "util", "gatekeeper" ], "bugs": { "url": "https://github.com/gatekeeper-technology/report-utils/issues" }, "homepage": "https://github.com/gatekeeper-technology/report-utils#readme", "scripts": { "test": "jest", "build": "tsc" }, "license": "MIT", "dependencies": { "@gatekeeper_technology/rollbar-utils": "^1.2.4", "@journeyapps/db": "^8.1.1", "@journeyapps/pdf-reports": "^1.0.0", "handlebars": "^4.7.8", "path": "^0.12.7" }, "devDependencies": { "@types/jest": "29", "jest": "29", "ts-jest": "29", "typescript": "5" } }