package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "jest",
  3. "description": "Delightful JavaScript Testing.",
  4. "version": "27.0.4",
  5. "main": "./build/jest.js",
  6. "types": "./build/jest.d.ts",
  7. "exports": {
  8. ".": "./build/jest.js",
  9. "./package.json": "./package.json",
  10. "./bin/jest": "./bin/jest.js"
  11. },
  12. "dependencies": {
  13. "@jest/core": "^27.0.4",
  14. "import-local": "^3.0.2",
  15. "jest-cli": "^27.0.4"
  16. },
  17. "peerDependencies": {
  18. "node-notifier": "^8.0.1 || ^9.0.0"
  19. },
  20. "peerDependenciesMeta": {
  21. "node-notifier": {
  22. "optional": true
  23. }
  24. },
  25. "bin": "./bin/jest.js",
  26. "engines": {
  27. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  28. },
  29. "repository": {
  30. "type": "git",
  31. "url": "https://github.com/facebook/jest"
  32. },
  33. "homepage": "https://jestjs.io/",
  34. "license": "MIT",
  35. "keywords": [
  36. "ava",
  37. "babel",
  38. "coverage",
  39. "easy",
  40. "expect",
  41. "facebook",
  42. "immersive",
  43. "instant",
  44. "jasmine",
  45. "jest",
  46. "jsdom",
  47. "mocha",
  48. "mocking",
  49. "painless",
  50. "qunit",
  51. "runner",
  52. "sandboxed",
  53. "snapshot",
  54. "tap",
  55. "tape",
  56. "test",
  57. "testing",
  58. "typescript",
  59. "watch"
  60. ],
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "gitHead": "b29acb355ae23ccdb2a6248fbbd933fc93f320b9"
  65. }