{
  "name": "vue-simput",
  "version": "2.3.0",
  "description": "Simput component meant to be used with PyWebVue/Trame",
  "keywords": [
    "Kitware",
    "Python Server",
    "VTK",
    "ParaView",
    "Simput"
  ],
  "bugs": {
    "url": "https://github.com/Kitware/py-simput/issues"
  },
  "license": "BSD-3-Clause",
  "funding": {
    "type": "Kitware Support",
    "url": "https://www.kitware.com/what-we-offer/#support"
  },
  "scripts": {
    "doc": "kw-doc -c ./docs/config.js",
    "doc:www": "kw-doc -c ./docs/config.js -s",
    "doc:publish": "kw-doc -c ./docs/config.js -mp",
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --target lib --name VueSimput --report --filename vue-simput VueSimput/src/main.js",
    "lint": "vue-cli-service lint",
    "commit": "git cz",
    "semantic-release": "semantic-release",
    "prepare": "node ./.husky/prepare.js"
  },
  "dependencies": {
    "@mdi/font": "^5.9.55",
    "core-js": "^3.6.5",
    "lodash": "^4.17.21",
    "semantic-release-pypi": "^2.0.3",
    "typeface-roboto": "^1.1.13",
    "v-runtime-template": "^1.10.0",
    "vue": "^2.6.11",
    "vuetify": "2.5.0"
  },
  "devDependencies": {
    "@commitlint/cli": "13.1.0",
    "@commitlint/config-conventional": "13.1.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.1",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-plugin-vuex": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/eslint-config-airbnb": "^5.0.2",
    "babel-eslint": "^10.1.0",
    "commitizen": "^4.2.4",
    "commitlint": "^13.1.0",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-vue": "^6.2.2",
    "prettier": "2.2.1",
    "husky": "7.0.2",
    "kw-doc": "3.1.2",
    "semantic-release": "18.0.0",
    "semantic-release-pypi": "^2.3.0",
    "vue-template-compiler": "^2.6.11"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "subject-case": [
        2,
        "never",
        [
          "start-case",
          "pascal-case",
          "upper-case"
        ]
      ]
    }
  },
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "master"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "CHANGELOG.md"
        }
      ],
      [
        "@semantic-release/git",
        {
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
          "assets": [
            "CHANGELOG.md"
          ]
        }
      ],
      [
        "semantic-release-pypi",
        {
          "setupPy": "./setup.py",
          "distDir": "./dist"
        }
      ]
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
