package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "@lerna/create",
  3. "version": "4.0.0",
  4. "description": "Create a new lerna-managed package",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/create#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. "lib"
  19. ],
  20. "main": "index.js",
  21. "engines": {
  22. "node": ">= 10.18.0"
  23. },
  24. "publishConfig": {
  25. "access": "public"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git+https://github.com/lerna/lerna.git",
  30. "directory": "commands/create"
  31. },
  32. "scripts": {
  33. "test": "echo \"Run tests from root\" && exit 1"
  34. },
  35. "dependencies": {
  36. "@lerna/child-process": "4.0.0",
  37. "@lerna/command": "4.0.0",
  38. "@lerna/npm-conf": "4.0.0",
  39. "@lerna/validation-error": "4.0.0",
  40. "dedent": "^0.7.0",
  41. "fs-extra": "^9.1.0",
  42. "globby": "^11.0.2",
  43. "init-package-json": "^2.0.2",
  44. "npm-package-arg": "^8.1.0",
  45. "p-reduce": "^2.1.0",
  46. "pacote": "^11.2.6",
  47. "pify": "^5.0.0",
  48. "semver": "^7.3.4",
  49. "slash": "^3.0.0",
  50. "validate-npm-package-license": "^3.0.4",
  51. "validate-npm-package-name": "^3.0.0",
  52. "whatwg-url": "^8.4.0",
  53. "yargs-parser": "20.2.4"
  54. },
  55. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  56. }