github-pages-deploy-action/node_modules/jest-changed-files/package.json
James Ives 8fcf8339ce 3.4.9
2020-04-30 08:40:07 -04:00

32 lines
622 B
JSON

{
"name": "jest-changed-files",
"version": "25.5.0",
"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.5.0",
"execa": "^3.2.0",
"throat": "^5.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
}