@lando/mailpit
Version:
A Mailpit integration plugin for Lando.
69 lines (68 loc) • 2.11 kB
JSON
{
"name": "@lando/mailpit",
"description": "A Mailpit integration plugin for Lando.",
"version": "1.1.0",
"author": "Aaron Feledy @AaronFeledy",
"license": "MIT",
"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-J1mKqNuUNFcjSDr/TAWJDW10guyFWBrgT1AutAh+6DboQpMrGHoHL14TJoUB+++d5aklxQAMaXEfAC4rUoIOxQ==",
"shasum": "2d7dc93abed5ede2091a0008903abc397f633f30",
"filename": "lando-mailpit-1.1.0.tgz",
"unpackedSize": 129209
}
}