chatgpt-official
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "chatgpt-official", | ||
"version": "1.0.0", | ||
"type": "module", | ||
"description": "ChatGPT Client using official OpenAI API", | ||
"main": "app.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"author": "PawanOsman <contact@pawan.krd> (https://pawan.krd/)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "18.11.18", | ||
"tsc-watch": "6.0.0", | ||
"typescript": "4.9.4" | ||
}, | ||
"dependencies": { | ||
"axios": "1.2.2" | ||
} | ||
"name": "chatgpt-official", | ||
"version": "1.0.1", | ||
"description": "ChatGPT Client using official OpenAI API", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/PawanOsman/chatgpt-official.git" | ||
}, | ||
"keywords": [ | ||
"chatgpt", | ||
"gpt3", | ||
"gpt", | ||
"Language", | ||
"model", | ||
"Natural", | ||
"language", | ||
"processing", | ||
"(NLP)", | ||
"Dialogue", | ||
"generation", | ||
"Conversation", | ||
"Chatbot", | ||
"Generative", | ||
"Pre-trained", | ||
"Transformer", | ||
"(GPT)", | ||
"Artificial", | ||
"intelligence", | ||
"(AI)", | ||
"Machine", | ||
"learning", | ||
"(ML)", | ||
"Pre-training", | ||
"Transfer", | ||
"learning", | ||
"Text", | ||
"generation", | ||
"Text", | ||
"prediction", | ||
"OpenAI" | ||
], | ||
"author": "PawanOsman", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "18.11.18", | ||
"tsc-watch": "6.0.0", | ||
"typescript": "4.9.4" | ||
}, | ||
"dependencies": { | ||
"axios": "1.2.2" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/PawanOsman/chatgpt-official/issues" | ||
}, | ||
"homepage": "https://github.com/PawanOsman/chatgpt-official#readme" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
37872
14
155
0
0
0