{
  "name": "nuxt-supported-browsers",
  "version": "0.0.5",
  "description": "Prevet to load Nuxt.js app in unsupported old browsers",
  "repository": "CavalcanteLeo/nuxt-supported-browser",
  "license": "MIT",
  "author": {
    "name": "Leo Cavalcante <leonardo_cavalcante@msn.com>",
    "url": "https://github.com/CavalcanteLeo"
  },
  "keywords": [
    "nuxt",
    "module",
    "nuxt-module",
    "browser-compatibility",
    "browser-support",
    "old-browser"
  ],
  "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",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && 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"
  },
  "dependencies": {
    "@nuxt/kit": "^3.9.1",
    "defu": "^6.1.4"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@nuxt/devtools": "latest",
    "@nuxt/eslint-config": "^0.2.0",
    "@nuxt/module-builder": "^0.5.5",
    "@nuxt/schema": "^3.9.1",
    "@nuxt/test-utils": "^3.9.0",
    "changelogen": "^0.5.5",
    "eslint": "^8.56.0",
    "nuxt": "^3.9.1",
    "vitest": "^1.1.3"
  }
}