node-unrtf
Version:
Asynchronous Node.js wrapper for the UnRTF RTF conversion program
44 lines (43 loc) • 849 B
JSON
{
"name": "node-unrtf",
"version": "6.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": ">=20"
},
"dependencies": {
"semver": "^7.7.2"
}
}