{
	"name": "node-unrtf",
	"version": "5.0.5",
	"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": ">=18"
	},
	"dependencies": {
		"semver": "^7.6.3"
	}
}
