{
  "name": "@saeris/vue-keyrune",
  "version": "1.0.5",
  "description": "A simple Vue component wrapper around Keyrune",
  "author": "Drake Costa <drake@saeris.io>",
  "license": "MIT",
  "keywords": [
    "vue",
    "keyrune",
    "magic the gathering"
  ],
  "main": "./lib/@saeris/vue-keyrune.common.js",
  "unpkg": "./lib/@saeris/vue-keyrune.umd.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Saeris/vue-keyrune"
  },
  "bugs": {
    "url": "https://github.com/saeris/vue-keyrune/issues"
  },
  "homepage": "https://github.com/saeris/vue-keyrune",
  "engines": {
    "node": ">= 6.0.0",
    "npm": ">= 3.0.0"
  },
  "scripts": {
    "build": "yarn build:demo && yarn build:lib",
    "test": "yarn lint && vue-cli-service test:unit",
    "lint": "vue-cli-service lint",
    "start": "vue-cli-service serve ./demo/src/main.js",
    "release": "yarn publish --access public",
    "build:demo": "vue-cli-service build --dest ./demo/dist --modern --target app --name demo ./demo/src/main.js",
    "build:lib": "vue-cli-service build --dest lib --target lib ./src/index.js",
    "test:coverage": "yarn test --coverage && codecov",
    "precommit": "lint-staged",
    "prepublish": "snyk protect",
    "prepublishOnly": "yarn test && yarn build:lib",
    "test:watch": "yarn test --watch"
  },
  "peerDependencies": {
    "keyrune": "^3.3.0",
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "@vue/cli": "^3.0.1",
    "@vue/cli-plugin-babel": "3.0.5",
    "@vue/cli-plugin-eslint": "^3.0.1",
    "@vue/cli-plugin-pwa": "^3.0.1",
    "@vue/cli-plugin-unit-jest": "3.0.5",
    "@vue/cli-service": "^3.0.1",
    "@vue/eslint-config-prettier": "^3.0.5",
    "@vue/test-utils": "^1.0.0-beta.20",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "23.6.0",
    "codecov": "^3.1.0",
    "emotion": "^9.2.12",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.24.1",
    "eslint-plugin-promise": "^4.0.1",
    "favicons-webpack-plugin": "^0.0.9",
    "focus-trap": "^3.0.0",
    "keyrune": "latest",
    "lint-staged": "^7.2.2",
    "node-sass": "^4.9.0",
    "register-service-worker": "^1.0.0",
    "sass-loader": "^7.0.1",
    "snyk": "^1.103.0",
    "vue": "^2.5.17",
    "vue-class-component": "^6.2.0",
    "vue-emotion": "^0.4.2",
    "vue-template-compiler": "^2.5.17"
  },
  "files": [
    "lib/*",
    "src/*",
    "*.json",
    "*.js"
  ],
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "vue-cli-service lint",
      "git add"
    ],
    "*.vue": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "snyk": true
}
