{
  "name": "@timum/timum-booking",
  "version": "2.10.2",
  "description": "Make a beautiful embeddable booking widget in minutes",
  "main": "dist/main.booking.min.js",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/timum/custombookingjs.git"
  },
  "scripts": {
    "watch": "webpack --watch & webpack --config webpack.config.min.js --watch && kill $!",
    "build": "webpack && webpack --config webpack.config.min.js --bail",
    "np:publish": "yarn build && np --no-cleanup --any-branch",
    "np:preview": "np --preview --any-branch"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist/"
  ],
  "np": {
    "contents": "dist",
    "2fa": false,
    "publish": false
  },
  "author": "timum",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "console-polyfill": "^0.2.2",
    "es6-promise-promise": "^1.0.0",
    "fullcalendar": "^3.4.0",
    "json-stringify-safe": "^5.0.1",
    "moment": "^2.29.1",
    "moment-timezone": "^0.5.43",
    "querystringify": "^2.0.0",
    "sprintf-js": "^1.0.3"
  },
  "devDependencies": {
    "autoprefixer": "^10.2.5",
    "css-loader": "^5.2.4",
    "cssnano": "^5.0.2",
    "jquery": "^3.2.1",
    "json-loader": "^0.5.4",
    "license-webpack-plugin": "^2.3.20",
    "mustache-loader": "^1.4.3",
    "node-sass": "^v6.0.1",
    "np": "^7.6.2",
    "postcss": "8.2.15",
    "postcss-loader": "^5.2.0",
    "sass-loader": "^10.2.0",
    "style-loader": "^2.0.0",
    "svg-inline-loader": "^0.8.2",
    "webpack": "^5.37.0",
    "webpack-cli": "^4.7.0"
  }
}
