UNPKG

@urami/core

Version:

Automatic image optimization server endpoints

58 lines 1.2 kB
{ "name": "@urami/core", "version": "1.4.0", "description": "Automatic image optimization server endpoints", "author": { "name": "Phumrapee Limpiancop", "email": "mail@rayriffy.com", "url": "https://rayriffy.com" }, "homepage": "https://urami.dev/", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/rayriffy/urami.git" }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "src", "dist" ], "keywords": [ "image", "images", "optimize", "optimization", "optimize-images", "plugin", "sharp", "webp", "jpg", "jpeg", "png", "avif" ], "peerDependencies": { "sharp": "^0.32.5" }, "dependencies": { "@hapi/accept": "^6.0.2", "is-animated": "^2.0.2", "send": "^0.18.0" }, "devDependencies": { "@tsconfig/node20": "20.1.2", "@types/send": "0.17.4", "sharp": "^0.32.5" }, "scripts": { "build": "tsup src/index.ts --format esm --dts --sourcemap", "dev": "pnpm run build --watch" } }