{
  "name": "jsegd",
  "version": "1.2.0",
  "types": "dist/jsegd.d.ts",
  "module": "dist/jsegd.js",
  "main": "dist/jsegd.js",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/jsegd.js",
      "types": "./dist/jsegd.d.ts"
    },
    "./providers": {
      "import": "./dist/providers.js",
      "types": "./dist/providers.d.ts"
    },
    "./html": {
      "import": "./dist/html.js",
      "types": "./dist/html.d.ts"
    }
  },
  "description": "Utilitário de ferramentas para desenvolvimento",
  "keywords": [
    "ferramenta",
    "utilidade"
  ],
  "author": {
    "name": "EGD Tecnologia",
    "url": "https://egd.tec.br",
    "email": "contato@egd.tec.br"
  },
  "scripts": {
    "dev": "rollup -c",
    "lib": "wasm-pack build --target web",
    "build": "wasm-pack build --target web && rollup -c && node -e \"require('fs').cpSync('pkg/jsegd_bg.wasm','dist/jsegd_bg.wasm')\" && typedoc",
    "docs": "wasm-pack build --target web && typedoc",
    "test": "jest"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/jest": "^30.0.0",
    "@types/jquery": "^3.5.32",
    "jest": "^30.3.0",
    "jsegd-fluig-types": "^1.0.27",
    "rollup": "^4.60.2",
    "rollup-plugin-dts": "^6.4.1",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typedoc": "^0.28.19",
    "typescript": "^5.9.3"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://jsegd.netlify.app/",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "docxtemplater": "^3.68.5",
    "pizzip": "^3.2.0"
  }
}
