UNPKG

921 BJSONView Raw
1{
2 "name": "jest-watcher",
3 "description": "Delightful JavaScript Testing.",
4 "version": "27.2.5",
5 "main": "./build/index.js",
6 "types": "./build/index.d.ts",
7 "exports": {
8 ".": "./build/index.js",
9 "./package.json": "./package.json"
10 },
11 "dependencies": {
12 "@jest/test-result": "^27.2.5",
13 "@jest/types": "^27.2.5",
14 "@types/node": "*",
15 "ansi-escapes": "^4.2.1",
16 "chalk": "^4.0.0",
17 "jest-util": "^27.2.5",
18 "string-length": "^4.0.1"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/facebook/jest",
23 "directory": "packages/jest-watcher"
24 },
25 "bugs": {
26 "url": "https://github.com/facebook/jest/issues"
27 },
28 "engines": {
29 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
30 },
31 "homepage": "https://jestjs.io/",
32 "license": "MIT",
33 "publishConfig": {
34 "access": "public"
35 },
36 "gitHead": "251b8014e8e3ac8da2fca88b5a1bc401f3b92326"
37}