-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 762 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 762 Bytes
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
{
"name": "AImaginaryCreations",
"version": "1.0.0",
"description": "A program to generate random images using AI prompts",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js",
"help": "node ./src/help.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeltgray/AImaginaryCreations.git"
},
"author": "Joel Gray",
"license": "ISC",
"bugs": {
"url": "https://github.com/joeltgray/AImaginaryCreations/issues"
},
"homepage": "https://github.com/joeltgray/AImaginaryCreations#readme",
"dependencies": {
"dotenv": "^16.0.3",
"instagram-private-api": "^1.45.3",
"openai": "^3.1.0",
"random-words": "^1.2.1",
"request-promise": "^4.2.6",
"sharp": "^0.31.3"
}
}