UNPKG

983 BJSONView Raw
1{
2 "name": "babel-plugin-jest-hoist",
3 "version": "27.2.0",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/babel-plugin-jest-hoist"
8 },
9 "engines": {
10 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11 },
12 "license": "MIT",
13 "main": "./build/index.js",
14 "types": "./build/index.d.ts",
15 "exports": {
16 ".": "./build/index.js",
17 "./package.json": "./package.json"
18 },
19 "dependencies": {
20 "@babel/template": "^7.3.3",
21 "@babel/types": "^7.3.3",
22 "@types/babel__core": "^7.0.0",
23 "@types/babel__traverse": "^7.0.6"
24 },
25 "devDependencies": {
26 "@babel/core": "^7.11.6",
27 "@babel/preset-react": "^7.12.1",
28 "@types/babel__template": "^7.0.2",
29 "@types/node": "*",
30 "@types/prettier": "^2.0.0",
31 "babel-plugin-tester": "^10.0.0",
32 "prettier": "^2.1.1"
33 },
34 "publishConfig": {
35 "access": "public"
36 },
37 "gitHead": "b05635c539f8f673dfed5bf05ea727a8d5d7bbe2"
38}