package.json 915 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
{
  "name": "jest-watcher",
  "description": "Delightful JavaScript Testing.",
  "version": "25.5.0",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "build/*": [
        "build/ts3.4/*"
      ]
    }
  },
  "dependencies": {
    "@jest/test-result": "^25.5.0",
    "@jest/types": "^25.5.0",
    "ansi-escapes": "^4.2.1",
    "chalk": "^3.0.0",
    "jest-util": "^25.5.0",
    "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": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
}