{ "name": "@lilith/image-security", "version": "1.0.0", "description": "Shared image security validation and processing for Lilith Platform", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./validation": { "types": "./dist/validation/index.d.ts", "import": "./dist/validation/index.js", "default": "./dist/validation/index.js" } }, "typesVersions": { "*": { "validation": [ "./dist/validation/index.d.ts" ] } }, "scripts": { "build": "lixb", "dev": "tsup --watch", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@lilith/service-registry": "^1.3.0", "sharp": "^0.33.5" }, "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "@nestjs/core": "^10.0.0 || ^11.0.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@lilith/lix-configs": "^1.0.1", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@nestjs/common": "11.1.11", "@nestjs/core": "11.1.11", "@types/node": "^20.19.30", "@typescript-eslint/eslint-plugin": "^8.53.0", "@typescript-eslint/parser": "^8.53.0", "eslint": "^9.39.2", "tsup": "^8.5.1", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0" }, "publishConfig": { "registry": "https://forge.nasty.sh/api/packages/lilith/npm/" } }