{
  "name": "logo-print-provider-sdk",
  "version": "1.1015.0",
  "license": "UNLICENSED",
  "main": "dist/src/index.js",
  "files": [
    "dist"
  ],
  "author": {
    "name": "Tal Ben Moshe",
    "email": "talbm@wix.com"
  },
  "scripts": {
    "s": "npm start",
    "start": "PORT=3242 yoshi start",
    "precommit": "yoshi lint",
    "lint": "yoshi lint",
    "lint:fix": "yoshi lint --fix",
    "build": "yoshi build",
    "test": "yoshi test",
    "posttest": "yoshi lint",
    "clean": "rm -rf dist && rm -rf target",
    "cl": "reset && npm run clean && rm -rf node_modules && rm -rf package-lock.json",
    "c": "npm run cl && npm i"
  },
  "devDependencies": {
    "@wix/yoshi": "^6.86.0"
  },
  "dependencies": {
    "eventemitter3": "^5.0.1",
    "uuid": "^9.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "yoshi": {
    "externals": {
      "react": "React",
      "react-dom": "ReactDOM"
    },
    "servers": {
      "cdn": {
        "port": 3201,
        "ssl": false
      }
    },
    "hmr": "auto"
  },
  "babel": {
    "presets": [
      "yoshi"
    ]
  },
  "eslintConfig": {
    "extends": "wix/react"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "<rootDir>/dist/",
      "<rootDir>/node_modules/"
    ],
    "moduleNameMapper": {
      "\\.(?!\\st).(css|less|scss)$": "identity-obj-proxy"
    }
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.exposure",
      "artifactId": "logo-provider-sdk",
      "targets": {
        "static": false,
        "docker": false
      }
    }
  },
  "falconPackageHash": "943e757e711bc3261814962474e504cc024ba1abf445d6239c28f842"
}