{
  "name": "@lando/lamp",
  "description": "A Lando plugin that provides a tight integration with lamp.",
  "version": "1.10.0",
  "author": "Mike Pirog @pirog",
  "license": "MIT",
  "repository": "lando/lamp",
  "bugs": "https://github.com/lando/lamp/issues/new/choose",
  "homepage": "https://github.com/lando/lamp",
  "keywords": [
    "lando",
    "lando-plugin",
    "lando-recipe",
    "lamp"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "lando": {},
  "main": "index.js",
  "nyc": {
    "include": [
      "lib/**/*.js",
      "recipes/**/*.js",
      "services/**/*.js",
      "types/**/*.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 . --ext .js --ext .mjs ",
    "test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
    "test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
    "test": "npm run lint && npm run test:unit"
  },
  "dependencies": {
    "@lando/mariadb": "^1.7.0",
    "@lando/mongo": "^1.4.0",
    "@lando/mssql": "^1.4.3",
    "@lando/mysql": "^1.6.0",
    "@lando/php": "^1.10.0",
    "@lando/postgres": "^1.5.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.16.0",
    "@lando/leia": "^1.0.0-beta.3",
    "@lando/vitepress-theme-default-plus": "^1.1.1",
    "chai": "^4.3.4",
    "command-line-test": "^1.0.10",
    "eslint": "^7.32.0",
    "eslint-config-google": "^0.9.1",
    "eslint-plugin-vue": "^8.0.3",
    "mocha": "^9.1.2",
    "nyc": "^15.1.0",
    "vitepress": "^1.3.4"
  },
  "bundledDependencies": [
    "@lando/mariadb",
    "@lando/mongo",
    "@lando/mssql",
    "@lando/mysql",
    "@lando/php",
    "@lando/postgres",
    "lodash"
  ],
  "dist": {
    "integrity": "sha512-YaM7bs8ArzgLhn8FTRGTUVuTYLMD1qVnxwkkmD+Ktu6HbckeGf5Bgyj59DK9Q4tFIpGUeA2uKrmnQaw+wHLzWg==",
    "shasum": "6df51d5b7e39e67267c4ced343a1bdbd6064ece4",
    "filename": "lando-lamp-1.10.0.tgz",
    "unpackedSize": 11790630
  }
}
