{
  "name": "unofficial-chatgpt-api",
  "version": "1.6.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/abacaj/unofficial-chatgpt-api"
  },
  "description": "An unofficial API for ChatGPT, supports token auto-refresh, multiple conversations.",
  "main": "build/index.js",
  "type": "commonjs",
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "chatgpt",
    "gpt",
    "gpt api",
    "chatgpt api"
  ],
  "scripts": {
    "build": "rimraf ./build && tsc",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Anton Bacaj <abacaj1@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.11.10",
    "rimraf": "^3.0.2",
    "typescript": "^4.9.3"
  }
}
