{
  "name": "vue-iaa-matrix-client",
  "description": "Matrix client using Vue.js",
  "version": "0.3.3",
  "license": "MIT",
  "main": "dist/vue-iaa-matrix-client.common.js",
  "module": "dist/vue-iaa-matrix-client.esm.js",
  "unpkg": "dist/vue-iaa-matrix-client.js",
  "jsdelivr": "dist/vue-iaa-matrix-client.js",
  "files": [
    "src",
    "dist/*.js"
  ],
  "author": "Vladyslav Hnatiuk <aders1234@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/irialastro/vue-iaa-matrix-client.git"
  },
  "bugs": {
    "url": "https://gitlab.com/irialastro/vue-iaa-matrix-client/issues"
  },
  "homepage": "https://gitlab.com/irialastro/vue-iaa-matrix-client",
  "keywords": [
    "vue",
    "vue-component",
    "vue-library"
  ],
  "engines": {
    "node": ">=8.9.0"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:es && npm run build:umd:dev && npm run build:umd:prod",
    "build:cjs": "rollup -c --environment TARGET:cjs",
    "build:es": "rollup -c --environment TARGET:esm",
    "build:umd:dev": "rollup -c --environment TARGET:umd-dev",
    "build:umd:prod": "rollup -c --environment TARGET:umd-prod",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "storybook:build": "build-storybook -c .storybook -o docs/dist/stories",
    "precommit": "lint-staged",
    "cz": "git-cz",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "test": "npm run lint && jest --verbose --coverage",
    "test:update": "jest --verbose --updateSnapshot",
    "test:watch": "jest --verbose --watchAll --notify",
    "lint": "eslint --ext .js,.vue .",
    "lint:fix": "eslint --ext .js,.vue . --fix",
    "prepublishOnly": "npm run build",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@commitlint/cli": "^6.0.2",
    "@commitlint/config-conventional": "^5.2.3",
    "@semantic-release/changelog": "^1.0.0",
    "@semantic-release/git": "^2.0.1",
    "@semantic-release/github": "^3.0.1",
    "@semantic-release/npm": "^2.6.1",
    "@storybook/addon-options": "^4.1.1",
    "@storybook/addon-viewport": "^4.1.1",
    "@storybook/addons": "^4.1.1",
    "@storybook/vue": "^4.1.1",
    "ajv": "^6.6.1",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^7.0.0",
    "babel-plugin-dynamic-import-node": "^2.2.0",
    "babel-plugin-module-resolver": "^3.0.0",
    "babel-plugin-syntax-flow": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-vue-app": "^2.0.0",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^4.14.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-import-resolver-babel-module": "^4.0.0",
    "eslint-plugin-flowtype-errors": "^3.6.0",
    "eslint-plugin-html": "^4.0.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.5.0",
    "eslint-plugin-prettier": "2.4.0",
    "eslint-plugin-vue": "^4.0.1",
    "flow-bin": "^0.89.0",
    "husky": "^0.14.3",
    "jest": "^23.6.0",
    "jest-serializer-html": "^5.0.0",
    "jest-serializer-vue": "^2.0.2",
    "jest-vue-preprocessor": "^1.3.1",
    "lint-staged": "^6.0.0",
    "lodash": "^4.17.4",
    "parse5": "^2.2.3",
    "prettier": "^1.9.2",
    "rollup": "^0.54.0",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-filesize": "^1.5.0",
    "rollup-plugin-json": "^2.3.0",
    "rollup-plugin-license": "^0.7.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^2.0.1",
    "rollup-plugin-vue": "^3.0.0",
    "semantic-release": "^12.4.1",
    "storybook-addon-figma": "^0.1.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.1",
    "uglify-es": "^3.3.4",
    "vue": "^2.5.21",
    "vue-jest": "^3.0.2",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.21"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.{js,vue}": [
      "eslint --fix",
      "git add"
    ]
  },
  "release": {
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git",
      "@semantic-release/github"
    ],
    "getLastRelease": "@semantic-release/npm",
    "publish": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git",
      "@semantic-release/github"
    ]
  },
  "optionalDependencies": {
    "iview-editor": "^1.1.1",
    "less-loader": "^4.1.0"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "matrix-js-sdk": "^0.14.2",
    "push.js": "^1.0.9",
    "olm": "https://matrix.org/packages/npm/olm/olm-2.2.2.tgz"
  }
}
