@adasuite/documenter
Version:
Documenter is a program that uses the OpenAI API to generate documentation for all the files in your project. With Documenter, you can easily keep track of your project's documentation and have it all in one place.
32 lines (31 loc) • 978 B
JSON
{
"name": "@adasuite/documenter",
"version": "1.0.6",
"description": "Documenter is a program that uses the OpenAI API to generate documentation for all the files in your project. With Documenter, you can easily keep track of your project's documentation and have it all in one place.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Konstantin Victoria",
"license": "MIT",
"dependencies": {
"@notionhq/client": "^2.2.3",
"chalk": "^4.0.0",
"dotenv": "^16.0.3",
"openai": "^3.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/KonstantinVVictoria/Documenter.git"
},
"keywords": [
"Documentation",
"OpenAI",
"Notion"
],
"bugs": {
"url": "https://github.com/KonstantinVVictoria/Documenter/issues"
},
"homepage": "https://github.com/KonstantinVVictoria/Documenter#readme"
}