{
  "name": "@happyvertical/smrt-assets-local",
  "version": "0.51.10",
  "description": "Local image metadata and variant processor for SMRT assets",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "CLAUDE.md",
    "AGENTS.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "@happyvertical/smrt-assets": "0.51.10",
    "sharp": "^0.35.4"
  },
  "devDependencies": {
    "@happyvertical/smrt-core": "0.51.10",
    "@happyvertical/sql": "^0.89.11",
    "@types/node": "24.13.2",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/happyvertical/smrt.git",
    "directory": "packages/assets-local"
  },
  "author": "HappyVertical",
  "license": "MIT",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "check": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  }
}