@lando/acquia
Version:
A Lando plugin that provides a tight integration with Acquia.
88 lines (87 loc) • 2.52 kB
JSON
{
"name": "@lando/acquia",
"description": "A Lando plugin that provides a tight integration with Acquia.",
"version": "1.8.1",
"author": "Mike Pirog @pirog",
"license": "MIT",
"repository": "lando/acquia",
"bugs": "https://github.com/lando/acquia/issues/new/choose",
"homepage": "https://github.com/lando/acquia",
"keywords": [
"lando",
"lando-plugin",
"lando-recipe",
"acquia",
"acquia-cloud"
],
"engines": {
"node": ">=18.0.0"
},
"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 .",
"lint:fix": "eslint . --fix",
"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/mailhog": "^1.2.3",
"@lando/memcached": "^1.4.2",
"@lando/mysql": "^1.6.0",
"@lando/php": "^1.11.1",
"@lando/postgres": "^1.5.0",
"axios": "^1.11.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"semver": "^7.7.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@lando/leia": "^1.0.0-beta.4",
"@lando/vitepress-theme-default-plus": "^1.1.1",
"chai": "~4.3.4",
"command-line-test": "^1.0.10",
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-vue": "^9.33.0",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"vitepress": "^1.6.3"
},
"bundledDependencies": [
"@lando/mailhog",
"@lando/memcached",
"@lando/mysql",
"@lando/php",
"@lando/postgres",
"axios",
"js-yaml",
"lodash",
"semver"
],
"dist": {
"integrity": "sha512-BGudSLeTjllKAFUqpWDObgzWz35VeTWr3Aavv5KhZoYh50wc2mZ0jmiwJ7XEYrvimATOsHnBjygw0E/8CdlCOQ==",
"shasum": "a7f8f2e15dfc374e836882b9e61c6f3ed640e2d7",
"filename": "lando-acquia-1.8.1.tgz",
"unpackedSize": 13876107
}
}