package.json 917 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@lerna/npm-conf",
  3. "version": "4.0.0",
  4. "description": "Vendored npm-conf with updates",
  5. "keywords": [
  6. "lerna",
  7. "npm",
  8. "config"
  9. ],
  10. "homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-conf#readme",
  11. "license": "MIT",
  12. "author": {
  13. "name": "Daniel Stockman",
  14. "url": "https://github.com/evocateur"
  15. },
  16. "main": "lib/npm-conf.js",
  17. "directories": {
  18. "lib": "lib",
  19. "test": "__tests__"
  20. },
  21. "files": [
  22. "lib"
  23. ],
  24. "engines": {
  25. "node": ">= 10.18.0"
  26. },
  27. "publishConfig": {
  28. "access": "public"
  29. },
  30. "repository": {
  31. "type": "git",
  32. "url": "git+https://github.com/lerna/lerna.git",
  33. "directory": "utils/npm-conf"
  34. },
  35. "scripts": {
  36. "test": "echo \"Error: run tests from root\" && exit 1"
  37. },
  38. "dependencies": {
  39. "config-chain": "^1.1.12",
  40. "pify": "^5.0.0"
  41. },
  42. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  43. }