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

43 lines
915 B
JSON

{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "25.2.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/test-result": "^25.2.4",
"@jest/types": "^25.2.3",
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
"jest-util": "^25.2.3",
"string-length": "^3.1.0"
},
"devDependencies": {
"@types/node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest",
"directory": "packages/jest-watcher"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"engines": {
"node": ">= 8.3"
},
"homepage": "https://jestjs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
}