{
  "name": "@aaron1994/vue-component-decorator",
  "version": "1.0.7",
  "description": "Vue3 class-style component decorator.",
  "keywords": [
    "vue3",
    "class component",
    "decorator",
    "typescript"
  ],
  "author": "AaronChan1994",
  "homepage": "https://github.com/AaronChan1994/vue-component-decorator",
  "repository": {
    "type": "git",
    "url": "git@github.com:AaronChan1994/vue-component-decorator.git"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "test": "mocha -r ts-node/register test/index.ts",
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "./node_modules/.bin/tsc",
    "build:esm": "./node_modules/.bin/tsc -outDir dist/esm -module ES6"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "dependencies": {
    "lodash.kebabcase": "^4.1.1",
    "vue": "^3.2.37",
    "vue-router": "^4.1.6"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/lodash.kebabcase": "^4.1.6",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.41",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@typescript-eslint/parser": "^5.54.0",
    "@vue/test-utils": "^2.0.2",
    "chai": "^4.3.6",
    "eslint": "^8.35.0",
    "jsdom": "^20.0.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^10.0.0",
    "ts-node": "^10.8.1",
    "typescript": "latest"
  }
}
