{
  "name": "@cocreate/openai",
  "version": "1.13.0",
  "description": "Integrates OpenAI's API into web applications, offering easy access to AI-driven features via a JavaScript object interface and HTML5 attributes.",
  "keywords": [
    "openai",
    "cocreate",
    "low-code-framework",
    "ai-integration",
    "web-applications",
    "javascript-api",
    "html5-attributes",
    "ai-driven-features",
    "machine-learning",
    "natural-language-processing",
    "image-generation",
    "deep-learning",
    "cocreate-framework",
    "html5-framework",
    "javascript-framework"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "webpack --config webpack.config.js",
    "build": "webpack --mode=production --config webpack.config.js",
    "dev": "webpack --config webpack.config.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoCreate-app/CoCreate-openai.git"
  },
  "author": "CoCreate LLC",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/CoCreate-app/CoCreate-openai/issues"
  },
  "homepage": "https://cocreate.app/docs/openai",
  "funding": {
    "type": "GitHub Sponsors ❤",
    "url": "https://github.com/sponsors/CoCreate-app"
  },
  "main": "./src/index.js",
  "dependencies": {
    "@cocreate/actions": "^1.22.3",
    "@cocreate/crud-client": "^1.35.2",
    "@cocreate/utils": "^1.44.3",
    "openai": "^4.19.0"
  },
  "devDependencies": {
    "@cocreate/webpack": "^1.6.2"
  },
  "allowScripts": {
    "@cocreate/actions@1.21.4": true,
    "@cocreate/api@1.22.5": true,
    "@cocreate/config@1.13.4": true,
    "@cocreate/crud-client@1.34.6": true,
    "@cocreate/element-prototype@1.31.4": true,
    "@cocreate/elements@1.42.9": true,
    "@cocreate/filter@1.33.6": true,
    "@cocreate/indexeddb@1.23.4": true,
    "@cocreate/local-storage@1.16.5": true,
    "@cocreate/observer@1.19.0": true,
    "@cocreate/organizations@1.30.1": true,
    "@cocreate/render@1.46.1": true,
    "@cocreate/socket-client@1.40.5": true,
    "@cocreate/utils@1.42.2": true,
    "@cocreate/webpack@1.4.3": true
  }
}