2019-11-12 06:33:45 +02:00
|
|
|
{
|
|
|
|
"name": "docx-rs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "https://github.com/bokuweb/docx-rs.git",
|
|
|
|
"author": "bokuweb <bokuweb12@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-01-06 11:47:54 +02:00
|
|
|
"libreoffice-convert": "1.3.5"
|
2019-11-12 06:33:45 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-19 11:50:15 +03:00
|
|
|
"glob": "^8.0.0"
|
2019-11-12 06:33:45 +02:00
|
|
|
}
|
|
|
|
}
|