-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 802 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "imgtagplus",
"version": "1.0.0",
"description": "**Bulk AI image tagger** — automatically tags images using CLIP (ViT-B/32) via ONNX Runtime and saves tags as XMP sidecar files, compatible with all major digital asset management (DAM) systems.",
"main": "index.js",
"scripts": {
"build:css": "npx --yes --cache /tmp/npm_cache @tailwindcss/cli -i ./imgtagplus/static/input.css -o ./imgtagplus/static/style.css --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"@tailwindcss/cli": "^4.2.1",
"shadcn": "^4.0.5",
"tailwindcss": "^4.2.1"
},
"dependencies": {
"@parcel/watcher-darwin-arm64": "^2.5.6",
"basecoat-css": "^0.3.11"
}
}