{
  "name": "wix-height-updater",
  "version": "1.2.1",
  "homepage": "",
  "author": {
    "name": "Eran Shabi",
    "email": "erans@wix.com"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src/",
    "dist/statics/"
  ],
  "scripts": {
    "start": "yoshi start --entry-point=./test/mock/start-fake-server.js",
    "build": "yoshi build",
    "precommit": "yoshi lint",
    "pretest": "yoshi build",
    "test": "npm run test:unit && npm run test:e2e",
    "test:unit": "yoshi test --jest",
    "test:e2e": "yoshi test --protractor",
    "posttest": "yoshi lint"
  },
  "yoshi": {
    "entry": {
      "testApp": "../test/app/app.tsx",
      "app": "index.ts"
    },
    "separateCss": false,
    "exports": "HeightUpdater"
  },
  "devDependencies": {
    "@types/jest": "23.3.13",
    "@types/node": "^8.10.39",
    "enzyme": "^2.3.0",
    "express": "^4.13.4",
    "express-session": "^1.14.2",
    "identity-obj-proxy": "^3.0.0",
    "protractor": "^5.3.2",
    "require-reload": "^0.2.2",
    "react": "^15.5.0",
    "react-dom": "^15.5.0",
    "ts-jest": "^23.0.0",
    "tslib": "^1.7.1",
    "tslint-config-yoshi": "^3.1.2",
    "typescript": "^2.4.2",
    "velocity": "^0.7.2",
    "wix-statics-parent": "latest",
    "yoshi": "^3.0.0",
    "yoshi-style-dependencies": "^3.0.0"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix/wix-height-updater.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "jest": {
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/src/.*\\.spec\\.(ts|tsx)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "moduleNameMapper": {
      "\\.(css|scss)$": "identity-obj-proxy",
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/mock/fileMock.js"
    },
    "testURL": "http://localhost:5554"
  },
  "gitHead": "22f907c0889c2c27e73b0a30c5ed83cab986405d"
}