@gatekeeper_technology/report-utils
Version:
Gatekeeper's pdf/email Utils - shared in NPM
35 lines (34 loc) • 889 B
JSON
{
"name": "@gatekeeper_technology/report-utils",
"version": "1.3.2",
"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": "jest && install"
},
"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"
}
}