package.json 998 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "jest-watcher",
  3. "description": "Delightful JavaScript Testing.",
  4. "version": "29.7.0",
  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. "dependencies": {
  15. "@jest/test-result": "^29.7.0",
  16. "@jest/types": "^29.6.3",
  17. "@types/node": "*",
  18. "ansi-escapes": "^4.2.1",
  19. "chalk": "^4.0.0",
  20. "emittery": "^0.13.1",
  21. "jest-util": "^29.7.0",
  22. "string-length": "^4.0.1"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/jestjs/jest.git",
  27. "directory": "packages/jest-watcher"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jestjs/jest/issues"
  31. },
  32. "engines": {
  33. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  34. },
  35. "homepage": "https://jestjs.io/",
  36. "license": "MIT",
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  41. }