{
  "name": "@vue-wordpress/core",
  "version": "1.3.13",
  "description": "💫 Wordpress REST API plugin for Vue.js with out-of-box routing and data handling 💫",
  "main": "index.js",
  "dependencies": {
    "axios": "^0.18.0"
  },
  "devDependencies": {
    "typescript": "^3.7.2",
    "vue": "^2.6.10",
    "vuepress": "^0.14.11"
  },
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "transform": "./prepare.sh",
    "push": "./prepare.sh && cd dist && npm publish",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-wordpess/core.git"
  },
  "keywords": [
    "vue",
    "vue.js",
    "vuejs",
    "vue-wp",
    "vue-wordpress",
    "wordpress",
    "rest",
    "api",
    "wp",
    "wordpress-rest-api",
    "rest-api",
    "wp-json"
  ],
  "author": "Filip Jędrasik <filip@newfantastic.com>, Aleksander Grygier <alek@newfantastic.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vue-wordpess/core/issues"
  },
  "homepage": "https://github.com/vue-wordpess/core#readme"
}
