forked from sundial-org/awesome-openclaw-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 672 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 672 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": "ai-theme",
"version": "1.0.0",
"description": "Generate a complete design system and theme from brand colors using AI",
"main": "dist/index.js",
"bin": {
"ai-theme": "dist/cli.js"
},
"scripts": {
"build": "tsc"
},
"keywords": ["theme", "design-system", "colors", "ai", "cli", "tailwind", "css-variables"],
"license": "MIT",
"dependencies": {
"commander": "^12.1.0",
"openai": "^4.73.0",
"ora": "^5.4.1"
},
"devDependencies": {
"typescript": "^5.6.0",
"@types/node": "^22.0.0"
},
"author": "LXGIC Studios",
"repository": {
"type": "git",
"url": "https://github.com/lxgicstudios/ai-theme"
}
}