package.json 983 B

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