triostack-document-common-sdk
Version:
Generate professional proposals and legal agreements using OpenAI API with support for PDF and DOC formats
38 lines (37 loc) • 952 B
JSON
{
"name": "triostack-document-common-sdk",
"version": "1.0.2",
"description": "Generate professional proposals and legal agreements using OpenAI API with support for PDF and DOC formats",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"proposal",
"agreement",
"openai",
"ai",
"business",
"legal",
"generator",
"pdf",
"doc",
"docx"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"docx": "^8.5.0",
"dotenv": "^16.6.1",
"jspdf": "^2.5.2",
"openai": "^4.104.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Triostacksoftware/Triostack_Document_Common_SDK"
},
"bugs": {
"url": "https://github.com/Triostacksoftware/Triostack_Document_Common_SDK"
},
"url": "https://github.com/Triostacksoftware/Triostack_Document_Common_SDK"
}