{
  "name": "@wix/image",
  "description": "Wix base image component",
  "version": "1.447.0",
  "license": "MIT",
  "author": {
    "name": "wow!Team",
    "email": "wow-dev@wix.com"
  },
  "homepage": "https://github.com/wix-private/wow-libs/tree/master/packages/image",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "sideEffects": false,
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "yoshi-library build && yarn build:storybook && janet-build",
    "build:storybook": "yoshi-library storybook build",
    "start": "yoshi-library storybook start",
    "test": "yoshi-library test && yoshi-library lint",
    "test:e2e": "MATCH_ENV=e2e npx jest",
    "test:spec": "MATCH_ENV=spec npx jest",
    "lint": "yoshi-library lint",
    "format": "yoshi-library lint --fix",
    "example": "yarn start --prefix example"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.0",
    "@wix/image-kit": "^1.121.0",
    "fastdom": "^1.0.12",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^12.1.5",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.123",
    "@types/react": "^16.14.62",
    "@types/react-dom": "^16.9.25",
    "@wix/janet-build": "^1.0.8",
    "@wix/janet-dev-server": "^1.16.20",
    "@wix/jest-yoshi-preset": "^6.163.0",
    "@wix/yoshi-flow-library": "^6.163.0",
    "@wix/yoshi-storybook-dependencies": "^6.163.0",
    "@wix/yoshi-style-dependencies": "^6.163.0",
    "express": "^4.21.2",
    "husky": "~4.2.1",
    "lint-staged": "^10.5.4",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "ts-jest": "^29.2.5",
    "typescript": "~4.9.5"
  },
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "yoshiFlowLibrary": {
    "bundle": {
      "library": "image",
      "externals": {
        "react": "React"
      }
    }
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js"
    },
    "./customElement": {
      "types:": "./dist/types/customElementInit.d.ts",
      "require": "./dist/cjs/customElementInit.js",
      "import": "./dist/esm/customElementInit.js"
    }
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.wow",
      "artifactId": "image",
      "targets": {
        "static": true
      },
      "previewUrls": [
        "https://bo.wix.com/pages/image/"
      ]
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "b27878e45fe56eecb196befd67a7e47036e16b488895c8511d501d14"
}