@lando/platformsh
Version:
A Lando plugin that provides a tight integration with Platform.sh.
70 lines (69 loc) • 1.88 kB
JSON
{
"name": "@lando/platformsh",
"description": "A Lando plugin that provides a tight integration with Platform.sh.",
"version": "0.9.0",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
"repository": "lando/platformsh",
"bugs": "https://github.com/lando/platformsh/issues/new/choose",
"homepage": "https://github.com/lando/platformsh",
"keywords": [
"lando",
"lando-plugin",
"lando-recipe",
"lando-hosting-integration",
"platformsh"
],
"engines": {
"node": ">=14.0.0"
},
"bundledDependencies": [
"js-yaml",
"lodash",
"platformsh-client",
"tar"
],
"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:dev": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs",
"docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
"lint": "eslint --quiet . && yarn docs:lint",
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
"test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
"test": "yarn lint && yarn test:unit"
},
"dependencies": {
"js-yaml": "^3.4.6",
"lodash": "^4.17.21",
"platformsh-client": "0.1.230",
"tar": "^6.1.11"
},
"devDependencies": {
"@lando/leia": "^0.6.4",
"@lando/vuepress-theme-default-plus": "1.0.0-beta.45",
"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",
"vuepress": "2.0.0-beta.53"
}
}