{
  "name": "nuxt-class-component",
  "version": "1.3.0",
  "description": "ES and Tyepscript Class Components Decorators for Nuxt.js",
  "license": "MIT",
  "contributors": [
    {
      "name": "John Lindquist <herbertscruz@gmail.com>",
      "url": "https://github.com/johnlindquist"
    },
    {
      "name": "Tony Briet",
      "url": "https://github.com/breakingrobot"
    }
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "https://github.com/nuxt-community/nuxt-class-component.git",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --p .",
    "release": "standard-version && git push --follow-tags && npm publish"
  },
  "dependencies": {
    "vue-class-component": "^7.0.1",
    "vuex-class": "^0.3.1"
  },
  "devDependencies": {
    "standard-version": "latest",
    "typescript": "^2.8.1",
    "vue": "^2.5.16",
    "vuex": "^3.0.1"
  }
}
