{
  "name": "@emilgroup/docxtemplater-util",
  "version": "1.1.1",
  "description": "Helper library to simplify interaction with docxtemplater",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "ts-node lib/index.ts",
    "build": "rm -rf dist && tsc",
    "lint": "eslint 'lib/**/*.ts'",
    "lint-fix": "eslint --fix 'lib/**/*.ts'",
    "format": "prettier --write lib",
    "prepare": "husky install",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "docxtemplater",
    "utils"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/cover42/docxtemplater-util.git"
  },
  "author": "Emil Group GmbH <maksym@emil.de>",
  "license": "ISC",
  "dependencies": {
    "dayjs": "^1.11.10",
    "docxtemplater": "^3.39.1",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.6",
    "@types/node": "20.11.28",
    "@typescript-eslint/eslint-plugin": "^7.6.0",
    "@typescript-eslint/parser": "^7.6.0",
    "angular-expressions": "^1.1.9",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^9.0.11",
    "prettier": "^3.2.5",
    "typescript": "^5.4.2"
  },
  "volta": {
    "node": "20.11.0"
  }
}
