{
  "name": "@gravitywelluk/email-generator",
  "version": "1.0.5",
  "keywords": [
    "gravitywell",
    "gravitywelluk",
    "emails"
  ],
  "description": "A library to help generate email templates",
  "author": "GravitywellUK <technical@gravitywell.co.uk>",
  "homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/email-generator",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@gravitywelluk/debug": "^1.0.29"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GravitywellUK/packages.git"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "jest -c ../../../jest.config.js --verbose --no-cache -i",
    "test:ci": "yarn test"
  },
  "bugs": {
    "url": "https://github.com/GravitywellUK/packages/issues"
  },
  "gitHead": "8d30e8f3ef37bcecb487f5de0bb1f3e994e8341e"
}
