-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 2.9 KB
/
package.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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "a-i-ppealing-companies",
"version": "1.1.0",
"description": " API to create appealing images of company products made of chocolate, gold or lego - generated by OpenAI ## Motivation There are some amazing, visually appealing company products made of chocolate or lego <img src=\"https://user-images.githubusercontent.com/1872314/208320977-06e18d27-4938-4be3-ab9d-8b2ffc2c85e1.png\" alt=\"Lexus%20made%20of%20chocolate\" width=\"197\"> <img src=\"https://user-images.githubusercontent.com/1872314/208321054-130afbaa-f7db-453e-8db1-114ebce97f4e.png\" alt=\"Flowers%20made%20of%20Lego\" width=\"239\"> Inspired by the image and text generation capabilities of [OpenAI](https://www.postman.com/devrel/workspace/openai/documentation/13183464-90abb798-cb85-43cb-ba3a-ae7941e968da), this API generates images of the products, companies are most known for, and turns them into gold, chocolate, lego or any other material. #### Volkswagen / Porsche <img src=\"https://user-images.githubusercontent.com/1872314/208321137-0ab3cdb9-a2d2-47ad-9f9e-172188a848d5.png\" alt=\"Porsche%20911%20made%20of%20Lego\" width=\"200\"> <img src=\"https://user-images.githubusercontent.com/1872314/208321209-9a82e2b5-47aa-4d9d-a267-1659e2964b0b.png\" alt=\"VW%20caravan%20made%20of%20Lego\" width=\"200\"> #### Allianz <img src=\"https://user-images.githubusercontent.com/1872314/208321233-117ba82b-1c3b-4bab-860a-3fc94b9df407.png\" alt=\"Allianz%20Arena%20made%20of%20chocolate\" width=\"200\"> <img src=\"https://user-images.githubusercontent.com/1872314/208321469-9a3d2c0a-ced0-4568-b61e-45f5e46f4524.png\" alt=\"Allianz%20Arena%20made%20of%20Lego\" width=\"200\"> ### Mercedes-Benz <img src=\"https://user-images.githubusercontent.com/1872314/208321375-19d9198a-858d-4fc9-b95c-6a31fe58096a.png\" alt=\"C-class%20made%20of%20gold\" width=\"200\"> <img src=\"https://user-images.githubusercontent.com/1872314/208321413-806d2afc-d3fb-4660-9299-7ca86be90e2f.png\" alt=\"C-class%20made%20of%20gold%20(second%20run)\" width=\"200\">",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js"
},
"keywords": [
"openapi-generator",
"openapi"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"@postman/postman-sdk": "^0.1.6",
"body-parser": "^1.19.0",
"camelcase": "^5.3.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-openapi-validator": "^5.0.0",
"js-yaml": "^3.3.0",
"ono": "^5.0.1",
"openapi-sampler": "^1.0.0-beta.15",
"request-promise": "^4.2.6",
"swagger-ui-express": "^4.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
"axios": "^0.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.17.2",
"mocha": "^7.1.1"
},
"eslintConfig": {
"env": {
"node": true
}
}
}