11{
22 "name" : " @lando/python" ,
33 "description" : " A Lando plugin that provides a tight integration with python." ,
4- "version" : " 0.6 .0" ,
4+ "version" : " 0.7 .0" ,
55 "author" : " Mike Pirog @pirog" ,
66 "license" : " GPL-3.0" ,
77 "repository" : " lando/python" ,
1616 "engines" : {
1717 "node" : " >=16.0.0"
1818 },
19- "bundledDependencies" : true ,
19+ "bundledDependencies" : [
20+ " lodash"
21+ ],
2022 "lando" : {},
2123 "main" : " index.js" ,
2224 "nyc" : {
3840 "docs:build" : " vuepress build docs" ,
3941 "docs:lint" : " eslint -c docs/.eslintrc.json --quiet docs/.vuepress" ,
4042 "lint" : " eslint --quiet . && yarn docs:lint" ,
41- "release" : " bump --prompt --tag --all --push" ,
43+ "release" : " bundle-dependencies update && bump --prompt --tag --all --push" ,
4244 "test:unit" : " nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js" ,
4345 "test:leia" : " yarn leia \" examples/**/README.md\" -c 'Destroy tests' --stdin" ,
4446 "test" : " yarn lint && yarn test:unit"
5052 "@babel/eslint-parser" : " ^7.16.0" ,
5153 "@lando/leia" : " ^0.6.4" ,
5254 "@lando/vuepress-theme-default-plus" : " 1.0.0-beta.44" ,
55+ "bundle-dependencies" : " ^1.0.2" ,
5356 "chai" : " ^4.3.4" ,
5457 "command-line-test" : " ^1.0.10" ,
5558 "eslint" : " ^7.32.0" ,
6063 "version-bump-prompt" : " ^4.2.1" ,
6164 "vuepress" : " 2.0.0-beta.53"
6265 }
63- }
66+ }
0 commit comments