{
  "name": "vue-property-decorator",
  "version": "8.5.1",
  "description": "property decorators for Vue Component",
  "main": "lib/vue-property-decorator.umd.js",
  "module": "lib/vue-property-decorator.js",
  "keywords": [
    "vue",
    "typescript",
    "decorator"
  ],
  "author": "kaorun343",
  "license": "MIT",
  "directories": {
    "tests": "tests"
  },
  "scripts": {
    "build": "tsc -p ./src/tsconfig.json && rollup -c",
    "test": "jest"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/node": "^12.0.8",
    "jest": "^24.8.0",
    "reflect-metadata": "^0.1.13",
    "rollup": "^1.15.6",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.2",
    "vue": "^2.6.10"
  },
  "typings": "./lib/vue-property-decorator.d.ts",
  "dependencies": {
    "vue-class-component": "^7.1.0"
  },
  "peerDependencies": {
    "vue": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaorun343/vue-property-decorator.git"
  },
  "bugs": {
    "url": "https://github.com/kaorun343/vue-property-decorator/issues"
  },
  "homepage": "https://github.com/kaorun343/vue-property-decorator#readme"
}
