{ "name": "jest-watcher", "description": "Delightful JavaScript Testing.", "version": "25.1.0", "main": "build/index.js", "dependencies": { "@jest/test-result": "^25.1.0", "@jest/types": "^25.1.0", "ansi-escapes": "^4.2.1", "chalk": "^3.0.0", "jest-util": "^25.1.0", "string-length": "^3.1.0" }, "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": "170eee11d03b0ed5c60077982fdbc3bafd403638" }