package.json
 1  {
 2    "name": "jest-changed-files",
 3    "version": "26.6.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    "dependencies": {
13      "@jest/types": "^26.6.2",
14      "execa": "^4.0.0",
15      "throat": "^5.0.0"
16    },
17    "engines": {
18      "node": ">= 10.14.2"
19    },
20    "publishConfig": {
21      "access": "public"
22    },
23    "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
24  }