{
  "name": "nuxt-atproto",
  "version": "0.1.1",
  "description": "Interact with AT Protocol and Bluesky in your Nuxt.js application",
  "keywords": [
    "nuxt",
    "bluesky",
    "atprotocol",
    "oauth",
    "atproto",
    "authentication"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dxlliv/nuxt-atproto.git"
  },
  "homepage": "https://nuxt-atproto.pages.dev",
  "author": {
    "name": "dxlliv",
    "url": "https://github.com/dxlliv"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.6",
    "@atproto/api": "^0.20.6",
    "@atproto/oauth-client-browser": "^0.4.1"
  },
  "devDependencies": {
    "@nuxt/devtools": "^3.2.4",
    "@nuxt/eslint-config": "^1.15.2",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.6",
    "@types/node": "latest",
    "changelogen": "^0.6.2",
    "eslint": "^10.4.0",
    "nuxt": "^4.4.6",
    "typescript": "~6.0.3",
    "vitest": "^4.1.7",
    "vue": "^3.5.35",
    "vue-tsc": "^3.3.2"
  },
  "unbuild": {
    "failOnWarn": false
  }
}
