{ "name": "@lilith/image-client", "version": "1.0.0", "description": "React client for loading images from asset-service", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "lint": "eslint src/", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf dist" }, "peerDependencies": { "react": ">=18.0.0", "@lilith/service-registry": "^1.1.0" }, "peerDependenciesMeta": { "@lilith/service-registry": { "optional": true } }, "devDependencies": { "@lilith/eslint-config-react": "^1.0.0", "@lilith/typescript-config-react": "^1.0.0", "@testing-library/react": "^14.0.0", "@types/react": "^18.2.0", "eslint": "^9.0.0", "react": "^18.2.0", "tsup": "^8.0.0", "typescript": "^5.3.0", "vitest": "^1.0.0" }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" }, "repository": { "type": "git", "url": "http://forge.black.lan/lilith/image-client.git" }, "keywords": [ "react", "image", "asset-service", "lilith" ], "author": "Lilith Platform", "license": "UNLICENSED" }