package.json 802 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "jest",
  3. "description": "Delightful JavaScript Testing.",
  4. "version": "22.4.4",
  5. "main": "build/jest.js",
  6. "dependencies": {
  7. "import-local": "^1.0.0",
  8. "jest-cli": "^22.4.4"
  9. },
  10. "bin": {
  11. "jest": "./bin/jest.js"
  12. },
  13. "engines": {
  14. "node": ">= 6"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/facebook/jest"
  19. },
  20. "homepage": "http://facebook.github.io/jest/",
  21. "license": "MIT",
  22. "keywords": [
  23. "ava",
  24. "babel",
  25. "coverage",
  26. "easy",
  27. "expect",
  28. "facebook",
  29. "immersive",
  30. "instant",
  31. "jasmine",
  32. "jest",
  33. "jsdom",
  34. "mocha",
  35. "mocking",
  36. "painless",
  37. "qunit",
  38. "runner",
  39. "sandboxed",
  40. "snapshot",
  41. "tap",
  42. "tape",
  43. "test",
  44. "testing",
  45. "typescript",
  46. "watch"
  47. ]
  48. }