UNPKG

@lando/mailpit

Version:

A Mailpit integration plugin for Lando.

69 lines (68 loc) 2.11 kB
{ "name": "@lando/mailpit", "description": "A Mailpit integration plugin for Lando.", "version": "1.0.1", "author": "Aaron Feledy @AaronFeledy", "license": "GPL-3.0", "bugs": "https://github.com/lando/mailpit/issues/new", "homepage": "https://github.com/lando/mailpit", "keywords": [ "lando", "lando-plugin", "lando-service", "mailpit" ], "engines": { "node": ">=20.0.0" }, "lando": {}, "nyc": { "include": [ "builders/**/*.js", "components/**/*.js", "hooks/**/*.js", "lib/**/*.js", "recipes/**/*.js", "renderers/**/*.js", "services/**/*.js", "types/**/*.js", "utils/**/*.js" ], "exclude": [ "test/**" ], "cache": true, "all": true }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "docs:build": "LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress build docs", "docs:dev": "LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress dev docs", "docs:mvb": "npx mvb docs", "docs:preview": "vitepress preview docs", "lint": "eslint . --config eslint.config.js", "test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js", "test:leia": "npm run leia \"examples/**/README.md\" -c 'Destroy tests' --stdin", "test": "npm run lint && npm run test:unit" }, "devDependencies": { "@babel/eslint-parser": "^7.25.7", "@lando/core": "^3", "@lando/leia": "^1.0.0-beta.4", "@lando/vitepress-theme-default-plus": "^1.1.1", "@oclif/core": "^4.0.31", "chai": "^4.5.0", "eslint": "^9.12.0", "eslint-config-google": "^0.14.0", "eslint-plugin-jsdoc": "^50.3.1", "mocha": "^9.1.3", "nyc": "^15.1.0", "yaml": "^2.6.0" }, "dist": { "integrity": "sha512-cL8ynZDycHFv8OkkYv8FyljWI+cVRog+BLCh0Rxd1HO9Cq7BCqmjZ5oWP8dVX7mITRUhFw5mPWHM1YE2re8vRg==", "shasum": "bc0e5b24b0a3f03b8db4ade268b257710d5fe386", "filename": "lando-mailpit-1.0.1.tgz", "unpackedSize": 155963 } }