{
  "type": "module",
  "dependencies": {
    "chalk": "^5.2.0",
    "events": "^3.3.0",
    "node-fetch": "^3.3.1"
  },
  "name": "gpt-free",
  "version": "1.7.1",
  "description": "GPT-3 but free",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "bin": {
    "ai": "./ai.js"
  },
  "exports": {
    "./web": {
      "import": "./web.js"
    },
    "./node": {
      "import": "./index.js"
    },
    ".": {
      "import": "./index.js"
    }
  }
}
