package.json 740 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@jest/globals",
  3. "version": "29.7.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-globals"
  8. },
  9. "engines": {
  10. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  11. },
  12. "license": "MIT",
  13. "main": "./build/index.js",
  14. "types": "./build/index.d.ts",
  15. "exports": {
  16. ".": {
  17. "types": "./build/index.d.ts",
  18. "default": "./build/index.js"
  19. },
  20. "./package.json": "./package.json"
  21. },
  22. "dependencies": {
  23. "@jest/environment": "^29.7.0",
  24. "@jest/expect": "^29.7.0",
  25. "@jest/types": "^29.6.3",
  26. "jest-mock": "^29.7.0"
  27. },
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  32. }