package.json 743 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "jest-each",
  3. "version": "24.9.0",
  4. "description": "Parameterised tests for Jest",
  5. "main": "build/index.js",
  6. "types": "build/index.d.ts",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/facebook/jest.git",
  10. "directory": "packages/jest-each"
  11. },
  12. "keywords": [
  13. "jest",
  14. "parameterised",
  15. "test",
  16. "each"
  17. ],
  18. "author": "Matt Phillips (mattphillips)",
  19. "license": "MIT",
  20. "dependencies": {
  21. "@jest/types": "^24.9.0",
  22. "chalk": "^2.0.1",
  23. "jest-get-type": "^24.9.0",
  24. "jest-util": "^24.9.0",
  25. "pretty-format": "^24.9.0"
  26. },
  27. "engines": {
  28. "node": ">= 6"
  29. },
  30. "publishConfig": {
  31. "access": "public"
  32. },
  33. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  34. }