{
  "name": "vue-async-computed-decorator",
  "version": "0.0.5",
  "description": "A vue-class-component decorator for vue-async-computed",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "check": "npm run build && npm run lint -s && npm run test -s",
    "build": "tsc",
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "prepublishOnly": "npm run -s check",
    "test": "npm run build && parcel build test/index.js --out-dir test/dist && node test/dist/index.js | tspec"
  },
  "author": "Benjamin Fox <foxbenjaminfox@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "vue-async-computed": "^3.8.3",
    "vue-class-component": "^7.2.5"
  },
  "bugs": {
    "url": "https://github.com/foxbenjaminfox/vue-async-computed-decorator/issues"
  },
  "homepage": "https://github.com/foxbenjaminfox/vue-async-computed-decorator#readme",
  "keywords": [
    "vue",
    "data",
    "async",
    "computed",
    "computed data",
    "decorator"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foxbenjaminfox/vue-async-computed-decorator.git"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "parcel": "^1.12.4",
    "tap-spec": "^5.0.0",
    "tape": "^5.0.1",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7",
    "vue": "^2.6.11"
  },
  "peerDependencies": {
    "vue": "~2"
  }
}
