{
  "name": "@vue-email/compiler",
  "type": "module",
  "version": "0.8.14",
  "packageManager": "pnpm@8.11.0",
  "description": "Compile vue-email templates",
  "author": "David Arenas <davejs136@gmail.com> (https://github.com/Dave136/)",
  "license": "MIT",
  "homepage": "https://vuemail.net/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-email/compiler.git"
  },
  "maintainers": [
    {
      "name": "Dave136",
      "email": "davejs136@gmail.com",
      "url": "https://github.com/Dave136"
    },
    {
      "name": "Flowko",
      "email": "younesbarraddev@gmail.com",
      "url": "https://github.com/Flowko"
    }
  ],
  "bugs": "https://github.com/vue-email/compiler/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "peerDependencies": {
    "vue": "^3.3.8"
  },
  "dependencies": {
    "import-string": "^0.1.2",
    "kolorist": "^1.8.0",
    "scule": "^1.3.0",
    "vue-email": "^0.8.10"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.4",
    "@antfu/ni": "^0.21.12",
    "@antfu/utils": "^0.7.7",
    "@types/node": "^20.11.16",
    "@vue/compiler-sfc": "3.3.8",
    "@vue/server-renderer": "3.3.8",
    "bumpp": "^9.3.0",
    "eslint": "^8.56.0",
    "esno": "^4.0.0",
    "jiti": "^1.21.0",
    "lint-staged": "^15.2.2",
    "pnpm": "^8.15.1",
    "rimraf": "^5.0.5",
    "simple-git-hooks": "^2.9.0",
    "typescript": "^5.3.3",
    "unbuild": "^2.0.0",
    "vite": "^5.0.12",
    "vitest": "^1.2.2",
    "vue": "3.3.8",
    "vue-i18n": "^9.9.1"
  },
  "overrides": {
    "vue": "3.3.8"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  }
}
