package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "jest-jasmine2",
  3. "version": "27.5.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-jasmine2"
  8. },
  9. "license": "MIT",
  10. "main": "./build/index.js",
  11. "types": "./build/index.d.ts",
  12. "exports": {
  13. ".": {
  14. "types": "./build/index.d.ts",
  15. "default": "./build/index.js"
  16. },
  17. "./package.json": "./package.json"
  18. },
  19. "dependencies": {
  20. "@jest/environment": "^27.5.1",
  21. "@jest/source-map": "^27.5.1",
  22. "@jest/test-result": "^27.5.1",
  23. "@jest/types": "^27.5.1",
  24. "@types/node": "*",
  25. "chalk": "^4.0.0",
  26. "co": "^4.6.0",
  27. "expect": "^27.5.1",
  28. "is-generator-fn": "^2.0.0",
  29. "jest-each": "^27.5.1",
  30. "jest-matcher-utils": "^27.5.1",
  31. "jest-message-util": "^27.5.1",
  32. "jest-runtime": "^27.5.1",
  33. "jest-snapshot": "^27.5.1",
  34. "jest-util": "^27.5.1",
  35. "pretty-format": "^27.5.1",
  36. "throat": "^6.0.1"
  37. },
  38. "devDependencies": {
  39. "@types/co": "^4.6.2"
  40. },
  41. "engines": {
  42. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  43. },
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
  48. }