package.json 867 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "jest-watcher",
  3. "description": "Delightful JavaScript Testing.",
  4. "version": "24.9.0",
  5. "main": "build/index.js",
  6. "dependencies": {
  7. "@jest/test-result": "^24.9.0",
  8. "@jest/types": "^24.9.0",
  9. "@types/yargs": "^13.0.0",
  10. "ansi-escapes": "^3.0.0",
  11. "chalk": "^2.0.1",
  12. "jest-util": "^24.9.0",
  13. "string-length": "^2.0.0"
  14. },
  15. "devDependencies": {
  16. "@types/ansi-escapes": "^3.0.0",
  17. "@types/string-length": "^2.0.0"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/facebook/jest",
  22. "directory": "packages/jest-watcher"
  23. },
  24. "bugs": {
  25. "url": "https://github.com/facebook/jest/issues"
  26. },
  27. "engines": {
  28. "node": ">= 6"
  29. },
  30. "homepage": "https://jestjs.io/",
  31. "license": "MIT",
  32. "publishConfig": {
  33. "access": "public"
  34. },
  35. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  36. }