{
  "name": "varie",
  "version": "1.0.1",
  "description": "VueJS Framework",
  "main": "./lib/index.js",
  "typings": "./lib/index",
  "types": "./lib/index",
  "repository": "git@github.com:variejs/varie-framework.git",
  "author": "Luke Policinski",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.19.0",
    "camelcase": "^5.3.1",
    "clone-deep": "^4.0.1",
    "dashify": "^2.0.0",
    "inversify": "^5.0.1",
    "inversify-inject-decorators": "^3.1.0",
    "reflect-metadata": "^0.1.13",
    "validator": "^12.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-typescript": "^7.7.4",
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@semantic-release/changelog": "^3.0.6",
    "@semantic-release/git": "^7.0.18",
    "@types/node": "^12.12.14",
    "@types/validator": "^12.0.1",
    "@types/webpack-env": "^1.14.1",
    "babel-jest": "^24.9.0",
    "git-cz": "^3.3.0",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "semantic-release": "^15.13.31",
    "ts-jest": "^24.2.0",
    "typescript": "^3.7.2"
  },
  "peerDependencies": {
    "vue": "^2.5.17",
    "vue-router": "^3.0.1",
    "vuex": "^3.0.1"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jest",
    "commit": "npx git-cz",
    "installPeers": "npm install vue vue-router vuex --no-save",
    "release": "semantic-release"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "files": [
    "lib",
    "src",
    "stubs",
    "components",
    "BaseLayout.vue",
    "Alerts.vue"
  ],
  "sideEffects": [
    "*.vue"
  ]
}
