package.json 993 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 43 44
{
  "name": "babel-jest",
  "description": "Jest plugin to use babel for transformation.",
  "version": "25.5.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git",
    "directory": "packages/babel-jest"
  },
  "license": "MIT",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "build/*": [
        "build/ts3.4/*"
      ]
    }
  },
  "dependencies": {
    "@jest/transform": "^25.5.1",
    "@jest/types": "^25.5.0",
    "@types/babel__core": "^7.1.7",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-preset-jest": "^25.5.0",
    "chalk": "^3.0.0",
    "graceful-fs": "^4.2.4",
    "slash": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.1.0",
    "@types/graceful-fs": "^4.1.3"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "engines": {
    "node": ">= 8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c5f2fd756331895b8177a19304feb49657687e22"
}