{
  "name": "vue3-auth",
  "version": "4.1.0",
  "description": "A simple light-weight authentication library for Vue 3",
  "keywords": [
    "vue",
    "vuejs",
    "vue3",
    "auth",
    "vue-auth",
    "vue3-auth"
  ],
  "license": "MIT",
  "author": "vuthanhbayit",
  "repository": {
    "type": "git",
    "url": "https://github.com/vuthanhbayit/vue3-auth"
  },
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "example"
  ],
  "scripts": {
    "dev": "vite",
    "build": "unbuild",
    "preview": "vite preview",
    "release": "standard-version"
  },
  "dependencies": {
    "@thinkvn/utils": "^3.4.0",
    "@vueuse/core": "^8.2.0",
    "axios": "^0.21.4",
    "defu": "^6.0.0",
    "js-cookie": "^3.0.1"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.1",
    "@thinkvn/fetch": "^3.4.0",
    "@types/js-cookie": "^3.0.2",
    "@vitejs/plugin-vue": "^2.2.0",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^10.0.0",
    "eslint": "^8.12.0",
    "eslint-plugin-vue": "^8.5.0",
    "pre-commit": "^1.2.2",
    "prettier": "^2.6.1",
    "standard-version": "^9.3.2",
    "typescript": "^4.5.4",
    "unbuild": "^0.7.2",
    "vite": "^2.8.0",
    "vite-plugin-pages": "^0.22.0",
    "vite-plugin-vue-layouts": "^0.6.0",
    "vue": "^3.2.45",
    "vue-router": "^4.1.6",
    "vue-tsc": "^0.29.8"
  }
}
