ts-chatgpt-api
Version:
ChatGPT API is a powerful tool developed on TypeScript that allows developers to easily integrate natural language processing capabilities into their applications. As a large language model trained by OpenAI, ChatGPT is capable of understanding and gener
36 lines (35 loc) • 790 B
JSON
{
"name": "ts-chatgpt-api",
"version": "1.1.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node example/index.ts",
"build": "tsc && npm --no-git-tag-version version patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekosinskiy/chatgpt-ts-sdk"
},
"keywords": [
"ChatGPT",
"Typescript",
"OpenAI",
"Chatbot",
"API Development",
"Chatting Agent"
],
"author": "Eugene Kosynskyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ekosinskiy/chatgpt-ts-sdk/issues"
},
"dependencies": {
"@types/node": "^18.14.6",
"@types/node-fetch": "^2.6.2",
"node-fetch": "^3.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}