-
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) · 861 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 861 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": "wp-styler-ai",
"version": "0.0.9",
"description": "Generate WordPress theme.json color palettes from images using AI-powered OCR through the OpenRouter API and Gemini Flash 2.0.",
"author": "Hossein Karami <hi@hosseinkarami.com> (https://hosseinkarami.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/HosseinKarami/WPStylerAI.git"
},
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"test": "tsx ./test/index.ts"
},
"devDependencies": {
"@types/node": "^22.10.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"keywords": [
"openrouter",
"Google Gemini",
"open source",
"AI models",
"WordPress",
"theme",
"color palette",
"Llama"
],
"dependencies": {
"openai": "^4.77.3"
}
}