-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 729 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 729 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
29
30
31
32
33
34
35
{
"name": "ai-artisan-studio",
"version": "1.0.0",
"description": "An AI-powered design studio for creating logos and product mockups with elegant, artistic interfaces",
"main": "server.js",
"type": "module",
"author": "Shawn Mutogo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swoet/ai-artisan-studio.git"
},
"keywords": [
"ai",
"design",
"logo",
"mockup",
"generator",
"art",
"creative",
"stability-ai"
],
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.18.2",
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=16.0.0"
}
}