{
  "name": "@genai-impact/ecologits-openai",
  "version": "4.49.8",
  "description": "Ecologits.js Wrapper & Calculator for the OpenAI API",
  "type": "module",
  "main": "es/index.js",
  "types": "es/index.d.ts",
  "source": "src/index.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "yarn build",
    "watch": "tsc-watch --noClear",
    "clean": "rm -rf es"
  },
  "keywords": [
    "ecologits",
    "openai",
    "chatGPT",
    "gpt4o",
    "gpt3.5",
    "climate",
    "co2",
    "measure",
    "carbon",
    "footprint",
    "llm"
  ],
  "packageManager": "yarn@1.22.18",
  "files": [
    "es"
  ],
  "author": {
    "name": "Yoann Couble for GenAI Impact",
    "email": "yoann.couble@valraiso.fr"
  },
  "homepage": "ecologits.ai",
  "repository": {
    "type": "git",
    "url": "git://github.com/genai-impact/ecologits.js.git"
  },
  "license": "MPL-2.0",
  "dependencies": {
    "@genai-impact/ecologits.js": "^2.0.5"
  },
  "devDependencies": {},
  "peerDependencies": {
    "openai": "^4.49.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
