{
  "name": "@yumdocs/yumdocs",
  "version": "0.1.17",
  "author": "https://github.com/jlchereau",
  "description": "Yumdocs is a template engine to automate Word, PowerPoint and Excel documents",
  "keywords": [
    "Microsoft Office",
    "Word",
    "PowerPoint",
    "Excel",
    "docx",
    "pptx",
    "xlsx",
    "openxml",
    "json",
    "automation",
    "generation",
    "creation",
    "automate",
    "generate",
    "create",
    "merge",
    "template",
    "templates",
    "templater",
    "templating",
    "engine",
    "Node",
    "JavaScript",
    "js",
    "TypeScript"
  ],
  "license": "MIT",
  "homepage": "https://github.com/yumdocs/yumdocs#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yumdocs/yumdocs.git"
  },
  "bugs": {
    "url": "https://github.com/yumdocs/yumdocs/issues"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "types": "dist/src/index.d.js",
  "files": [
    "dist/**/*"
  ],
  "bundledDependencies": [
    "@xmldom/xmldom",
    "file-saver",
    "jexl",
    "jszip"
  ],
  "dependencies": {
    "@xmldom/xmldom": "^0.8.6",
    "file-saver": "^2.0.5",
    "jexl": "^2.3.0",
    "jszip": "^3.10.1"
  },
  "devDependencies": {
    "@faker-js/faker": "^7.6.0",
    "@rollup/plugin-alias": "^4.0.2",
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-typescript": "^9.0.2",
    "@stryker-mutator/core": "^6.3.0",
    "@stryker-mutator/jest-runner": "^6.3.0",
    "@stryker-mutator/typescript-checker": "^6.3.0",
    "@types/file-saver": "^2.0.5",
    "@types/jest": "^29.2.3",
    "@types/jexl": "^2.3.1",
    "@types/jmespath": "^0.15.0",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "angular-expressions": "^1.1.8",
    "eslint": "^8.28.0",
    "eslint-config-prettier": "^8.5.0",
    "jest": "^29.3.1",
    "jmespath": "^0.16.0",
    "prettier": "^2.8.0",
    "rollup": "^3.4.0",
    "rollup-plugin-polyfill-node": "^0.11.0",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.3"
  },
  "scripts": {
    "build": "rollup -c && rimraf ./dist/tests",
    "dev": "tsc --watch",
    "lint": "eslint --ext .js,.ts .",
    "test": "jest",
    "upgrade": "ncu -u && npm i"
  },
  "engines": {
    "node": ">=14.18.0"
  }
}
