package.json 702 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "jest-changed-files",
  3. "version": "29.7.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-changed-files"
  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. "execa": "^5.0.0",
  21. "jest-util": "^29.7.0",
  22. "p-limit": "^3.1.0"
  23. },
  24. "engines": {
  25. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  26. },
  27. "publishConfig": {
  28. "access": "public"
  29. },
  30. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  31. }