-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 960 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 960 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
36
37
38
39
40
41
{
"name": "seede-cli",
"version": "0.0.5",
"description": "The ultimate AI design CLI for Agents and Developers. Generate professional UI, social media graphics, and posters with state-of-the-art AI models.",
"main": "bin/seede.js",
"bin": {
"seede": "./bin/seede.js"
},
"scripts": {
"start": "node bin/seede.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seedeai/seede-cli.git"
},
"keywords": [
"seede",
"ai",
"cli",
"ai-design",
"generative-ui",
"agent-skill",
"text-to-design",
"image-generation",
"design-automation",
"best-design-cli"
],
"author": "Seede AI",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.0.0",
"conf": "^10.2.0",
"dotenv": "^16.3.1",
"inquirer": "^8.2.5",
"ora": "^5.4.1",
"rxjs": "^7.8.2"
},
"type": "module"
}