UNPKG

node-unrtf

Version:

Asynchronous Node.js wrapper for the UnRTF RTF conversion program

47 lines (46 loc) 911 B
{ "name": "node-unrtf", "version": "7.0.1", "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": { "semver": "^7.7.2" }, "optionalDependencies": { "node-unrtf-win32": "^1.0.0" } }