github-pages-deploy-action/node_modules/jest-changed-files/package.json

32 lines
622 B
JSON
Raw Permalink Normal View History

2020-03-31 20:42:07 +08:00
{
"name": "jest-changed-files",
2020-04-30 20:40:07 +08:00
"version": "25.5.0",
2020-03-31 20:42:07 +08:00
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/facebook/jest.git",
2020-03-31 20:42:07 +08:00
"directory": "packages/jest-changed-files"
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
"main": "build/index.js",
2020-03-31 20:42:07 +08:00
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
2020-03-31 20:57:48 +08:00
"dependencies": {
2020-04-30 20:40:07 +08:00
"@jest/types": "^25.5.0",
2020-03-31 20:57:48 +08:00
"execa": "^3.2.0",
"throat": "^5.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
2020-04-30 20:40:07 +08:00
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
2020-03-31 20:42:07 +08:00
}