You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
637 B

1 month ago
  1. {
  2. "name": "lodash-unified",
  3. "version": "1.0.3",
  4. "description": "A union entrypoint of lodash for both ESModule and Commonjs.",
  5. "main": "./require.cjs",
  6. "types": "./type.d.ts",
  7. "exports": {
  8. "import": {
  9. "types": "./type.d.ts",
  10. "default": "./import.js"
  11. },
  12. "require": {
  13. "types": "./type.d.ts",
  14. "default": "./require.cjs"
  15. }
  16. },
  17. "type": "module",
  18. "author": "Jack Works",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "lodash": "*",
  22. "lodash-es": "*",
  23. "@types/lodash-es": "*"
  24. },
  25. "peerDependencies": {
  26. "lodash": "*",
  27. "lodash-es": "*",
  28. "@types/lodash-es": "*"
  29. }
  30. }