{
  "name": "quasar-ui-http-authentication",
  "version": "3.0.0",
  "author": "Stefan van Herwijnen",
  "description": "HTTP authentication components",
  "license": "MIT",
  "type": "module",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/quasar-ui-http-authentication.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stefanvanherwijnen/quasar-app-extension-http-authentication"
  },
  "bugs": "https://github.com/stefanvanherwijnen/quasar-app-extension-http-authentication/issues",
  "dependencies": {
    "unplugin-vue-components": "^0.22.4",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@types/node": "^18.7.13",
    "@types/validator": "^13.7.5",
    "@types/ws": "^8.5.3",
    "@vitejs/plugin-vue": "^3.0.3",
    "@vue/server-renderer": "^3.2.37",
    "quasar": "^2.7.7",
    "typescript": "^4.7.4",
    "vite": "^3.0.9",
    "vitrify": "^0.9.2",
    "vue": "^3.2.37",
    "vue-router": "^4.1.4",
    "vue-tsc": "^0.40.1"
  },
  "scripts": {
    "build:plugin": "vite build",
    "generate:types": "vue-tsc -p tsconfig.types.json",
    "build": "run-s build:plugin generate:types"
  }
}