package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@lerna/import",
  3. "version": "4.0.0",
  4. "description": "Import a package into the monorepo with commit history",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/import#readme",
  10. "license": "MIT",
  11. "author": {
  12. "name": "Daniel Stockman",
  13. "url": "https://github.com/evocateur"
  14. },
  15. "files": [
  16. "command.js",
  17. "index.js"
  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": "commands/import"
  30. },
  31. "scripts": {
  32. "test": "echo \"Run tests from root\" && exit 1"
  33. },
  34. "dependencies": {
  35. "@lerna/child-process": "4.0.0",
  36. "@lerna/command": "4.0.0",
  37. "@lerna/prompt": "4.0.0",
  38. "@lerna/pulse-till-done": "4.0.0",
  39. "@lerna/validation-error": "4.0.0",
  40. "dedent": "^0.7.0",
  41. "fs-extra": "^9.1.0",
  42. "p-map-series": "^2.1.0"
  43. },
  44. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  45. }