aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-jest-hoist/package.json
blob: 2d45b7bca0b383d86c2cab4d1e5bebdec4bcd22d (plain)
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
{
  "name": "babel-plugin-jest-hoist",
  "version": "27.5.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git",
    "directory": "packages/babel-plugin-jest-hoist"
  },
  "engines": {
    "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  },
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@babel/template": "^7.3.3",
    "@babel/types": "^7.3.3",
    "@types/babel__core": "^7.0.0",
    "@types/babel__traverse": "^7.0.6"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-react": "^7.12.1",
    "@types/babel__template": "^7.0.2",
    "@types/node": "*",
    "@types/prettier": "^2.0.0",
    "babel-plugin-tester": "^10.0.0",
    "prettier": "^2.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
}