{
  "name": "@appleple/photocollage",
  "version": "0.1.1",
  "description": "A utility that changes the display method according to the aspect ratio and order of images.",
  "packageManager": "pnpm@11.5.1",
  "type": "module",
  "main": "dist/photo-collage.bundle.js",
  "module": "dist/photo-collage.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/photo-collage.es.js",
      "require": "./dist/photo-collage.bundle.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "watch": "vite build --watch",
    "preview": "vite preview",
    "typecheck": "tsc --noEmit",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appleple/PhotoCollage.git"
  },
  "author": "appleple",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/appleple/PhotoCollage/issues"
  },
  "homepage": "https://github.com/appleple/PhotoCollage#readme",
  "engines": {
    "node": ">=22.12.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.4.1",
    "globals": "^17.6.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.60.1",
    "vite": "^8.0.16",
    "vite-plugin-dts": "^5.0.2"
  }
}
