{
	"name": "node-unrtf",
	"version": "7.1.0",
	"description": "Asynchronous Node.js wrapper for the UnRTF RTF conversion program",
	"keywords": [
		"async",
		"converter",
		"html",
		"latex",
		"ps",
		"rtf",
		"rtf-converter",
		"rtf-to-html",
		"rtf-to-latex",
		"rtf-to-ps",
		"rtf-to-text",
		"rtf-to-wpml",
		"text",
		"txt",
		"unrtf",
		"wpml"
	],
	"main": "src/index.js",
	"type": "commonjs",
	"types": "types/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Fdawgs/node-unrtf.git"
	},
	"homepage": "https://github.com/Fdawgs/node-unrtf",
	"bugs": {
		"url": "https://github.com/Fdawgs/node-unrtf/issues"
	},
	"license": "MIT",
	"author": "Frazer Smith <frazer.dev@icloud.com>",
	"funding": "https://github.com/sponsors/Fdawgs",
	"engines": {
		"node": ">=20"
	},
	"dependencies": {
		"ice-barrage": "^1.0.0",
		"semver": "^7.7.2"
	},
	"optionalDependencies": {
		"node-unrtf-win32": "^1.0.0"
	}
}
