-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
34 lines (34 loc) · 996 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "immolare/artist-image-generator",
"description": "Artist is a WordPress plugin to create AI-generated royalty-free images from scratch.",
"type": "wordpress-plugin",
"authors": [
{
"name": "Pierre Vieville",
"email": "[email protected]",
"homepage": "https://www.pierrevieville.fr",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"irc": "https://artist-image-generator.com/"
},
"funding": [
{
"type": "shop",
"url": "https://developpeur-web.site/produit/artist-image-generator-pro/"
},
{
"type": "github",
"url": "https://github.com/immolare/artist-image-generator"
},
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/pierrevieville"
}
],
"require": {
"orhanerday/open-ai": "^5.1"
}
}