{
  "name": "@urami/core",
  "version": "2.0.1",
  "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.34.5"
  },
  "dependencies": {
    "@rayriffy/filesystem": "^1.0.1",
    "is-animated": "^2.0.2",
    "send": "^0.18.0"
  },
  "devDependencies": {
    "@tsconfig/node20": "20.1.2",
    "@types/send": "0.17.4",
    "sharp": "^0.34.5"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --sourcemap",
    "dev": "pnpm run build --watch"
  }
}