{
  "name": "@netcz/vue-pikaday",
  "scope": "netcz",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "version": "1.4.1",
  "description": "VueJS wrapper component for Pikaday datepicker",
  "main": "dist/vue-pikaday.common.js",
  "browser": "dist/vue-pikaday.js",
  "module": "dist/vue-pikaday.esm.js",
  "style": "dist/vue-pikaday.css",
  "author": "Michal Szajter <michal@szajter.cz>",
  "license": "MIT",
  "homepage": "https://netcz-oss.gitlab.io/vue-pikaday",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/netcz-oss/vue-pikaday.git"
  },
  "bugs": {
    "url": "https://gitlab.com/netcz-oss/vue-pikaday/-/issues"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e"
    }
  },
  "scripts": {
    "dev": "rollup -c -w",
    "build": "rollup -c",
    "pretest": "yarn build",
    "test:esm": "yarn cy:run --env mode=esm",
    "test:standalone": "yarn cy:run --env mode=standalone",
    "test": "yarn test:esm && yarn test:standalone",
    "cy:run": "cypress run",
    "cy:open": "cypress open",
    "lint": "eslint src",
    "semantic-release": "semantic-release",
    "snyk-protect": "snyk protect",
    "prepublishOnly": "yarn snyk-protect",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "keywords": [
    "vue",
    "vuejs",
    "pikaday",
    "datepicker"
  ],
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "moment": "^2.24.0",
    "pikaday": "^1.8.0",
    "vue": "^2.6.10"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-flow": "^7.9.0",
    "@babel/register": "^7.5.5",
    "@bahmutov/cy-rollup": "^2.0.0",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@semantic-release/gitlab": "^6.2.2",
    "babel-eslint": "^10.0.2",
    "chai": "^4.2.0",
    "conventional-changelog-conventionalcommits": "^4.6.1",
    "cypress": "^4.2.0",
    "cypress-vue-unit-test": "^1.11.3",
    "eslint": "^6.1.0",
    "eslint-plugin-flowtype": "^4.3.1",
    "flow-bin": "^0.121.0",
    "husky": "^4.2.1",
    "lodash": "^4.17.21",
    "markdown-it": "^10.0.0",
    "markdown-it-attrs": "^3.0.2",
    "markdown-it-include": "^1.1.0",
    "moment": "^2.24.0",
    "pikaday": "^1.8.0",
    "rollup": "^2.3.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-copy": "^3.1.0",
    "rollup-plugin-html": "^0.2.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-terser": "^5.3.0",
    "semantic-release": "^17.4.7",
    "snyk": "^1.316.1",
    "vue": "^2.6.11",
    "vue-server-renderer": "^2.6.11",
    "vue-template-compiler": "^2.6.11",
    "vuepress": "^1.4.1"
  },
  "resolutions": {
    "tar": "^4.4.10",
    "marked": "^0.6.2"
  },
  "snyk": true
}
