{
  "name": "@aspose/words",
  "version": "25.3.0",
  "description": "A powerful library for creating and modifying Microsoft Word files, Web, Text and OpenOffice documents.",
  "homepage": "https://products.aspose.com/words/nodejs-net/",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node ./scripts/postinstall.js"
  },
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "engines": {
    "node": ">=14.17.0"
  },
  "author": "Aspose",
  "license": "End User License Agreement.html",
  "keywords": [
    "Word",
    "doc",
    "docx",
    "odt",
    "pdf",
    "bmp",
    "html",
    "tiff",
    "mht",
    "markdown",
    "epub",
    "rtf",
    "xps",
    "svg",
    "pcl",
    "azw3",
    "txt",
    "xlsx",
    "png",
    "jpeg",
    "gif"
  ],
  "files": [
    "index.js",
    "End User License Agreement.html",
    "README.md",
    "native/**",
    "scripts/**"
  ]
}
