pdf-convert-docx
Version:
convert .pdf file to .docx easily
29 lines (28 loc) • 651 B
JSON
{
"name": "pdf-convert-docx",
"version": "1.0.0",
"description": "convert .pdf file to .docx easily",
"main": "converter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KCH6937/pdf-to-docx.git"
},
"keywords": [
"pdf to docx",
"convert",
".pdf",
".docx"
],
"author": "adasddasd12@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/KCH6937/pdf-to-docx/issues"
},
"homepage": "https://github.com/KCH6937/pdf-to-docx#readme",
"dependencies": {
"convert-pdf-as-docx": "^0.0.1"
}
}