{
  "name": "@feathersjs/vuex",
  "description": "FeathersJS, Vue 3, and Nuxt for the artisan developer",
  "version": "4.0.1-pre.7",
  "homepage": "https:vuex.feathersjs.com",
  "main": "dist/",
  "module": "dist/",
  "types": "dist/",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "vue",
    "vuex",
    "feathers-vuex",
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs-ecosystem/feathers-vuex.git"
  },
  "author": {
    "name": "Marshall Thompson",
    "email": "marshall@creativeideal.net",
    "url": "https://github.com/marshallswain"
  },
  "funding": {
    "type": "Github sponsor",
    "url": "https://github.com/sponsors/marshallswain"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs-ecosystem/feathers-vuex/issues"
  },
  "scripts": {
    "release:pre": "npm version prerelease && npm publish --access public --tag next",
    "prepublish": "npm run compile",
    "publish": "git push origin --tags && git push origin",
    "compile": "shx rm -rf dist/ && tsc",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
    "test": "cross-env TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register 'test/**/*.test.ts'",
    "docs": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "dependencies": {
    "@feathersjs/vuex-commons": "^0.0.2-pre.8",
    "@types/feathersjs__feathers": "^3.1.7",
    "serialize-error": "^7.0.1"
  },
  "peerDependencies": {
    "vue": "^3.0.4"
  },
  "devDependencies": {
    "shx": "^0.3.3",
    "vue": "^3.0.4"
  },
  "gitHead": "5134c417d6658b763e0655cc48c344d86aaf2862"
}
