@lando/node
Version:
The Official Node Lando Plugin.
71 lines (70 loc) • 2.08 kB
JSON
{
"name": "@lando/node",
"description": "The Official Node Lando Plugin.",
"version": "1.5.0",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
"repository": "lando/node",
"bugs": "https://github.com/lando/node/issues/new/choose",
"homepage": "https://github.com/lando/node",
"keywords": [
"lando",
"lando-plugin",
"lando-service",
"node"
],
"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 ",
"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"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "^0.6.5",
"@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": "^11.1.0",
"nyc": "^15.1.0",
"vitepress": "^1.3.4"
},
"bundledDependencies": [
"lodash"
],
"dist": {
"integrity": "sha512-MU7BFgOmgC+/fTT0ktuZ5AMH/ZUtlUZGLMjuC3W08klCG/3PED2UokxnG3em2hGweZYXX0L7Nuo9Jj7JtyevlA==",
"shasum": "d1296d727c0ba96c500d5eb4368abb6b93cd2f24",
"filename": "lando-node-1.5.0.tgz",
"unpackedSize": 1512307
}
}