imajin/@packages/imajin-client/package.json
2026-04-04 06:15:10 -07:00

47 lines
1.1 KiB
JSON

{
"name": "@lilith/imajin-client",
"version": "0.2.0-dev.1768604794",
"description": "Unified HTTP client for all Imajin services",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@lilith/imajin-prompt-client": "workspace:*",
"@lilith/imajin-diffusion-client": "workspace:*",
"@lilith/imajin-processing-client": "workspace:*",
"@lilith/imajin-identity-client": "workspace:*"
},
"devDependencies": {
"@lilith/configs": "^2.2.1",
"tsup": "^8.0.0",
"typescript": "^5.4.0",
"vitest": "^2.0.0"
},
"keywords": [
"imajin",
"client",
"unified",
"http"
],
"author": "Lilith <dev@atlilith.com>",
"license": "MIT"
}