UNPKG

@lucidcms/plugin-nodemailer

Version:

The official Nodemailer plugin for Lucid

57 lines (56 loc) 1.19 kB
{ "name": "@lucidcms/plugin-nodemailer", "version": "1.0.7", "description": "The official Nodemailer plugin for Lucid", "type": "module", "types": "./dist/index.d.ts", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc && tsup", "dev": "tsup --watch", "format": "biome format ./src", "format:fix": "biome format --write ./src", "lint": "biome lint ./src", "lint:fix": "biome lint --apply ./src" }, "files": ["dist"], "author": "Proto Digital", "repository": { "type": "git", "url": "git+https://github.com/ProtoDigitalUK/lucid.git", "directory": "packages/plugin-nodemailer" }, "keywords": [ "CMS", "Lucid CMS", "Lucid", "Proto Digital", "Nodemailer", "Plugin" ], "devDependencies": { "@biomejs/biome": "^1.6.4", "@lucidcms/config": "*", "@lucidcms/core": "*", "@types/node": "^20.2.1", "@types/nodemailer": "^6.4.14", "tsup": "^8.0.2", "typescript": "^5.5.2" }, "peerDependencies": { "@lucidcms/core": "^0.10.2-alpha.0" }, "dependencies": { "nodemailer": "^6.9.13" }, "volta": { "node": "20.15.0" }, "license": "MIT" }