package.json 937 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "jest-each",
  3. "version": "27.5.1",
  4. "description": "Parameterised tests for Jest",
  5. "main": "./build/index.js",
  6. "types": "./build/index.d.ts",
  7. "exports": {
  8. ".": {
  9. "types": "./build/index.d.ts",
  10. "default": "./build/index.js"
  11. },
  12. "./package.json": "./package.json"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/facebook/jest.git",
  17. "directory": "packages/jest-each"
  18. },
  19. "keywords": [
  20. "jest",
  21. "parameterised",
  22. "test",
  23. "each"
  24. ],
  25. "author": "Matt Phillips (mattphillips)",
  26. "license": "MIT",
  27. "dependencies": {
  28. "@jest/types": "^27.5.1",
  29. "chalk": "^4.0.0",
  30. "jest-get-type": "^27.5.1",
  31. "jest-util": "^27.5.1",
  32. "pretty-format": "^27.5.1"
  33. },
  34. "engines": {
  35. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  36. },
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
  41. }