UNPKG

nuxt-unlayer

Version:

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

82 lines (81 loc) 2.05 kB
{ "name": "nuxt-unlayer", "version": "0.1.0", "description": "Module used to add the Unlayer email builder to your Nuxt app.", "keywords": [ "builder", "email", "nuxt", "nuxt3", "unlayer" ], "license": "MIT", "author": { "name": "Behon Baker", "email": "behon.baker@yahoo.com", "url": "https://behonbaker.com/" }, "repository": { "url": "git+https://github.com/BayBreezy/nuxt-unlayer.git" }, "files": [ "dist" ], "type": "module", "main": "./dist/module.mjs", "typesVersions": { "*": { ".": [ "./dist/types.d.mts" ] } }, "exports": { ".": { "types": "./dist/types.d.mts", "import": "./dist/module.mjs" } }, "scripts": { "clean": "node ./scripts/clean.mjs", "dev": "cd docs && nr dev", "dev:build": "cd docs && nr build", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "lint": "oxlint src/", "netlify": "nr prepack && cd docs && bun i --frozen-lockfile && bun run build", "prepack": "nuxt-module-build build", "prepare": "husky", "release": "nr lint && nr fmt:check && nr prepack && changelogen --release && npm publish && git push --follow-tags" }, "dependencies": { "@nuxt/kit": "^4.4.6", "@unlayer/types": "^1.420.0", "defu": "^6.1.7", "uuid": "^14.0.0" }, "devDependencies": { "@antfu/ni": "^30.1.0", "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "^21.0.2", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.4.6", "@types/node": "latest", "@types/uuid": "^11.0.0", "changelogen": "^0.6.2", "husky": "^9.1.7", "nuxt": "^4.4.6", "oxfmt": "^0.52.0", "oxlint": "^1.67.0", "vue-tsc": "^3.3.3" }, "lint-staged": { "*.{js,ts,vue,css,mjs,cjs}": "oxfmt --no-error-on-unmatched-pattern", "*.{js,jsx,ts,tsx,mjs,cjs}": "nr lint" }, "trustedDependencies": [ "@parcel/watcher", "esbuild" ] }