package.json 925 B

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