{
  "name": "openai-api-node",
  "version": "1.0.0",
  "description": "A NodeJS client for the OpenAI API",
  "main": "app.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/erlapso/openai-api-node.git"
  },
  "keywords": ["openai", "openaiapi", "gpt-3", "gpt3"],
  "author": "Vittorio <erlapso> Banfi ( https://github.com/erlapso )",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^8.1.0"
  }
}
