{
  "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"
  }
}
