{
  "name": "vue-logger-plugin",
  "version": "2.2.3",
  "description": "Flexible logging functionality for Vue.js 2 & 3",
  "author": "Josh Gamble",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dev-tavern/vue-logger-plugin.git"
  },
  "homepage": "https://github.com/dev-tavern/vue-logger-plugin#readme",
  "publishConfig": {
    "tag": "next"
  },
  "scripts": {
    "build": "tsc && cp -R src/types ./dist/",
    "test": "jest --coverage --config jestconfig.json",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run lint:fix && git add -A src",
    "postversion": "git push && git push --tags",
    "ci:test": "jest --coverage --ci --maxWorkers=2 --config jestconfig.json"
  },
  "devDependencies": {
    "@types/jest": "^26.0.14",
    "@types/node": "^14.11.1",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "eslint": "^8.8.0",
    "jest": "^26.4.2",
    "ts-jest": "^26.4.0",
    "tslib": "^2.0.1",
    "typescript": "^4.0.3",
    "vue": "^3.0.0"
  },
  "keywords": [
    "vue",
    "vue 2",
    "vue 3",
    "logger",
    "logging"
  ]
}
