UNPKG

docxml

Version:

TypeScript (component) library for building and parsing a DOCX file

49 lines 1.06 kB
{ "module": "esm/mod.js", "main": "script/mod.js", "types": "./types/mod.d.ts", "name": "docxml", "version": "5.15.1", "description": "TypeScript (component) library for building and parsing a DOCX file", "author": { "name": "Wybe Minnebo", "email": "wybe@x-54.com", "url": "https://github.com/wvbe" }, "contributors": [], "homepage": "https://github.com/wvbe/docxml", "repository": { "type": "git", "url": "git+https://github.com/wvbe/docxml.git" }, "bugs": { "url": "https://github.com/wvbe/docxml/issues" }, "license": "none", "keywords": [ "ooxml", "docx", "components", "deno", "node", "jsx" ], "type": "module", "typings": "types/mod.d.ts", "exports": { ".": { "import": "./esm/mod.js", "require": "./script/mod.js", "types": "./types/mod.d.ts" } }, "dependencies": { "fontoxpath": "3.28.2", "jszip": "3.7.1", "slimdom": "4.0.2", "@deno/shim-deno": "~0.6.0" }, "devDependencies": { "@types/node": "16.11.37" } }