{
  "name": "nuxt-mailchannels",
  "version": "0.3.0",
  "description": "MailChannels Email API integration for nuxt",
  "keywords": [
    "nuxt",
    "mailchannels",
    "email",
    "transactional"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yizack/nuxt-mailchannels.git"
  },
  "homepage": "https://github.com/Yizack/nuxt-mailchannels",
  "author": {
    "name": "Yizack Rangel",
    "email": "yizackr@gmail.com",
    "url": "https://yizack.com"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "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 .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run --reporter=verbose",
    "test:types": "vue-tsc --noEmit",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@nuxt/kit": "^3.16.2",
    "@yizack/mailchannels": "^0.3.5",
    "defu": "^6.1.4"
  },
  "devDependencies": {
    "@nuxt/devtools": "^2.4.0",
    "@nuxt/eslint-config": "^1.3.0",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "^3.16.2",
    "@nuxt/test-utils": "^3.17.2",
    "@types/node": "^22.14.1",
    "changelogen": "^0.6.1",
    "eslint": "^9.24.0",
    "nuxt": "^3.16.2",
    "typescript": "^5.8.3",
    "vitest": "^3.1.1",
    "vue-tsc": "^2.2.8"
  },
  "packageManager": "pnpm@10.8.1"
}
