Config File for OctoPower #1

Open
opened 2024-06-25 13:19:22 +00:00 by Llewellyn · 0 comments
Owner
{
  "global": {
    "api": "https://git.vdm.dev/api/v1",
    "url": "git.vdm.dev"
  },
  "package": {
    "name": "vdm/openai",
    "code_name": "vdm_openai",
    "type": "library",
    "description": "VDM OpenAi Library",
    "homepage": "https://git.vdm.dev/joomla/vdm-openai",
    "keywords": ["VDM", "OpenAi", "SuperPower"],
    "license": "GNU General Public License version 2 or later",
    "php": "^8.1.0",
    "version": "3.2.2",
    "joomla_framework": "^3.0",
    "author": "Llewellyn van der Merwe",
    "author_email": "joomla@vdm.io",
    "author_url": "https://io.vdm.dev"
  },
  "repository": {
    "owner": "joomla",
    "repo": "vdm-openai",
    "replace" : {
      "VDM\\Joomla" : "VastDevelopmentMethod\\Openai\\Joomla",
      "@package    Joomla.Component.Builder" : "@package    vdm/openai",
      "@git        Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>" : "@git        VDM OpenAi Library <https://git.vdm.dev/joomla/vdm-openai>"
    }
  },
  "repositories": [
    {
      "owner": "joomla",
      "repo": "super-powers"
    },
    {
      "owner": "joomla",
      "repo": "openai"
    }
  ],
  "powers": [
    "d78bee89-6f7e-42b6-917e-17f05b238490", "// abstract OpenAi class Factory"
  ],
  "exclude_powers": [
    "9d76b8dc-3883-4755-b11c-131d19ca8a53", "// abstract Data class Factory"
  ]
}
```json { "global": { "api": "https://git.vdm.dev/api/v1", "url": "git.vdm.dev" }, "package": { "name": "vdm/openai", "code_name": "vdm_openai", "type": "library", "description": "VDM OpenAi Library", "homepage": "https://git.vdm.dev/joomla/vdm-openai", "keywords": ["VDM", "OpenAi", "SuperPower"], "license": "GNU General Public License version 2 or later", "php": "^8.1.0", "version": "3.2.2", "joomla_framework": "^3.0", "author": "Llewellyn van der Merwe", "author_email": "joomla@vdm.io", "author_url": "https://io.vdm.dev" }, "repository": { "owner": "joomla", "repo": "vdm-openai", "replace" : { "VDM\\Joomla" : "VastDevelopmentMethod\\Openai\\Joomla", "@package Joomla.Component.Builder" : "@package vdm/openai", "@git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>" : "@git VDM OpenAi Library <https://git.vdm.dev/joomla/vdm-openai>" } }, "repositories": [ { "owner": "joomla", "repo": "super-powers" }, { "owner": "joomla", "repo": "openai" } ], "powers": [ "d78bee89-6f7e-42b6-917e-17f05b238490", "// abstract OpenAi class Factory" ], "exclude_powers": [ "9d76b8dc-3883-4755-b11c-131d19ca8a53", "// abstract Data class Factory" ] } ```
Llewellyn pinned this 2024-06-25 13:19:25 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/vdm-openai#1
No description provided.