{
	"name": "@nutrient-sdk/document-authoring",
	"version": "1.3.2",
	"description": "A web SDK for word processing and rich text capabilities.",
	"type": "commonjs",
	"main": "lib/docauth.umd.js",
	"module": "lib/docauth.mjs",
	"types": "lib/index.d.cts",
	"exports": {
		".": {
			"import": {
				"types": "./lib/index.d.mts",
				"default": "./lib/docauth.mjs"
			},
			"require": {
				"types": "./lib/index.d.cts",
				"default": "./lib/docauth.umd.js"
			}
		}
	},
	"bin": {
		"document-authoring": "./lib/cli.js"
	},
	"keywords": [
		"document",
		"authoring",
		"word processing",
		"rich text",
		"SDK",
		"rich text editor",
		"WYSIWYG",
		"editor",
		"text editor",
		"content creation",
		"TypeScript",
		"React",
		"JavaScript",
		"text formatting",
		"DOCX"
	],
	"homepage": "https://www.nutrient.io/sdk/document-authoring/",
	"author": {
		"name": "Nutrient",
		"url": "https://nutrient.io"
	},
	"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",
	"bugs": {
		"email": "support@nutrient.io"
	}
}
