{
  "name": "@vueauth/quasar-app-extension-auth",
  "type": "module",
  "version": "1.1.0-alpha.12",
  "description": "Simple auth integration with the Quasar Framework",
  "author": "luke@ldiebold.com",
  "license": "MIT",
  "main": "src/index.js",
  "repository": {
    "type": "https://github.com/vueauth/vueauth",
    "url": "https://github.com/vueauth/vueauth"
  },
  "bugs": "https://github.com/vueauth/vueauth/issues",
  "homepage": "https://vueauth.com/",
  "devDependencies": {
    "bumpp": "^10.1.0",
    "esno": "^4.8.0",
    "unbuild": "^3.5.0"
  },
  "scripts": {
    "release": "esno ../scripts/syncDeps.ts && bumpp --tag '@vueauth/quasar-app-extension-auth@v%s' && pnpm publish"
  }
}