UNPKG

nuxt-unlayer

Version:

Module used to add the Unlayer email builder to your Nuxt app.

67 lines (66 loc) 1.88 kB
{ "name": "nuxt-unlayer", "version": "0.0.22", "description": "Module used to add the Unlayer email builder to your Nuxt app.", "keywords": [ "nuxt", "nuxt3", "unlayer", "email", "builder" ], "repository": { "url": "git+https://github.com/BayBreezy/nuxt-unlayer.git" }, "license": "MIT", "author": { "name": "Behon Baker", "email": "behon.baker@yahoo.com", "url": "https://behonbaker.com/" }, "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": { "afterClone": "npm i && cd playground && npm i && cd .. && npm run dev:prepare", "automd": "npx --yes automd@latest", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground", "lint": "eslint .", "lint:fix": "eslint . --fix", "netlify": "npm run afterClone && npm run prepack && npm run dev:build", "prepack": "nuxt-module-build build", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "rm:lock": "rm -rf package-lock.json playground/package-lock.json", "test": "vitest run", "test:watch": "vitest watch" }, "dependencies": { "@nuxt/kit": "^3.15.1", "defu": "^6.1.4", "unlayer-types": "^1.192.0", "uuid": "^11.0.5" }, "devDependencies": { "@nuxt/eslint-config": "^0.7.5", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.15.1", "@nuxt/test-utils": "^3.15.4", "@types/uuid": "^10.0.0", "changelogen": "^0.5.7", "eslint": "^9.18.0", "nuxt": "^3.15.1", "vitest": "^2.1.8" } }