@lando/symfony
Version:
A Lando plugin that provides a tight integration with Symfony.
86 lines (85 loc) • 2.55 kB
JSON
{
"name": "@lando/symfony",
"description": "A Lando plugin that provides a tight integration with Symfony.",
"version": "1.12.2",
"author": "Mike Pirog @pirog",
"license": "MIT",
"repository": "lando/symfony",
"bugs": "https://github.com/lando/symfony/issues/new/choose",
"homepage": "https://github.com/lando/symfony",
"keywords": [
"lando",
"lando-plugin",
"lando-recipe",
"symfony"
],
"engines": {
"node": ">=18.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 ",
"lint:fix": "eslint . --ext .js --ext .mjs --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/mariadb": "^1.7.0",
"@lando/memcached": "^1.4.2",
"@lando/mssql": "^1.4.3",
"@lando/mysql": "^1.6.0",
"@lando/php": "^1.11.1",
"@lando/postgres": "^1.5.0",
"@lando/redis": "^1.2.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@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": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-vue": "^9.21.1",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"vitepress": "^1.3.4"
},
"bundledDependencies": [
"@lando/mariadb",
"@lando/memcached",
"@lando/mssql",
"@lando/mysql",
"@lando/php",
"@lando/postgres",
"@lando/redis",
"lodash"
],
"dist": {
"integrity": "sha512-rh4dweGCaozrU29h9FneXxzrn4LKRCtE0TaYf1pWQd6iBwrone52SHNiw68XpsWmvJtsKZvlUut8kgQcac5sig==",
"shasum": "540153118f9c8b15d93e4aa7cfbd24eb7f795d5a",
"filename": "lando-symfony-1.12.2.tgz",
"unpackedSize": 13198731
}
}