{
  "name": "wix-restaurants-js-sdk",
  "version": "1.3.0",
  "description": "Wix Restaurants JavaScript SDK",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --require test/setup.js \"test/**/*.test.js\"",
    "lint": "eslint ./src ./test",
    "posttest": "npm run lint",
    "compile": "babel -d dist/ src/",
    "build": "npm test && npm run compile"
  },
  "keywords": [
    "wix",
    "restaurants"
  ],
  "author": "Wix Restaurants",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/wix/wix-restaurants-js-sdk/issues"
  },
  "homepage": "https://github.com/wix/wix-restaurants-js-sdk",
  "dependencies": {
    "@wix/http-client": "^1.483.0",
    "availability": "^2.1.254",
    "babel-runtime": "^6.26.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.40",
    "point-in-polygon": "^1.1.0",
    "qs": "^6.11.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-strict-mode": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^3.5.0",
    "eslint": "^3.19.0",
    "http": "0.0.0",
    "mocha": "^2.5.3",
    "nockable": "^1.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "directories": {
    "test": "test"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wix.restaurants",
      "artifactId": "wix-restaurants-js-sdk"
    },
    "targets": {
      "docker": false,
      "static": false
    }
  },
  "falconPackageHash": "e35789763aae2c15d84d2573ea31749e1dcdcb9825cd6225a85e7be3"
}