{
  "name": "@bageldb/bageldb-nuxt",
  "version": "0.3.32",
  "description": "A BagelDB module for Nuxt.js",
  "author": "BagelStudio",
  "repository": {
    "type": "git",
    "url": "https://github.com/bageldb/libraries/tree/main/bageldb-nuxt"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "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": "bumpp -p false && 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"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "@bageldb/bagel-db": "0.4.35",
    "@nuxt/kit": "^3.8.0"
  },
  "devDependencies": {
    "bumpp": "^9.2.0",
    "@nuxt/devtools": "latest",
    "@nuxt/eslint-config": "^0.2.0",
    "@nuxt/module-builder": "^0.5.2",
    "@nuxt/schema": "^3.8.0",
    "@nuxt/test-utils": "^3.8.0",
    "@types/cookie": "^0.5.3",
    "@types/event-source-polyfill": "^1.0.3",
    "@types/node": "^20.8.10",
    "changelogen": "^0.5.5",
    "eslint": "^8.53.0",
    "nuxt": "^3.8.0",
    "vitest": "^0.34.6"
  }
}