github-pages-deploy-action/node_modules/jest-changed-files/package.json
2020-03-31 08:57:48 -04:00

32 lines
622 B
JSON

{
"name": "jest-changed-files",
"version": "25.2.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-changed-files"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/types": "^25.2.3",
"execa": "^3.2.0",
"throat": "^5.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5"
}