package.json 717 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "jest-changed-files",
  3. "version": "27.4.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/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. "@jest/types": "^27.4.2",
  21. "execa": "^5.0.0",
  22. "throat": "^6.0.1"
  23. },
  24. "engines": {
  25. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  26. },
  27. "publishConfig": {
  28. "access": "public"
  29. },
  30. "gitHead": "7965591f785e936ada194f9d58f852735b50ab1c"
  31. }