package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@lerna/project",
  3. "version": "4.0.0",
  4. "description": "Lerna project configuration",
  5. "keywords": [
  6. "lerna",
  7. "core"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/core/project#readme",
  10. "license": "MIT",
  11. "author": {
  12. "name": "Daniel Stockman",
  13. "url": "https://github.com/evocateur"
  14. },
  15. "files": [
  16. "index.js",
  17. "lib"
  18. ],
  19. "main": "index.js",
  20. "engines": {
  21. "node": ">= 10.18.0"
  22. },
  23. "publishConfig": {
  24. "access": "public"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/lerna/lerna.git",
  29. "directory": "core/project"
  30. },
  31. "scripts": {
  32. "test": "echo \"Run tests from root\" && exit 1"
  33. },
  34. "dependencies": {
  35. "@lerna/package": "4.0.0",
  36. "@lerna/validation-error": "4.0.0",
  37. "cosmiconfig": "^7.0.0",
  38. "dedent": "^0.7.0",
  39. "dot-prop": "^6.0.1",
  40. "glob-parent": "^5.1.1",
  41. "globby": "^11.0.2",
  42. "load-json-file": "^6.2.0",
  43. "npmlog": "^4.1.2",
  44. "p-map": "^4.0.0",
  45. "resolve-from": "^5.0.0",
  46. "write-json-file": "^4.3.0"
  47. },
  48. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  49. }