{
  "name": "@emilgroup/docxtemplater-util",
  "version": "1.2.0",
  "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.20",
    "docxtemplater": "^3.68.3",
    "lodash": "^4.17.23"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.24",
    "@types/node": "25.5.0",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "angular-expressions": "^1.5.1",
    "eslint": "^10.1.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "husky": "^9.1.7",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3"
  },
  "volta": {
    "node": "22.20.0"
  }
}