source: frontend/node_modules/babel-plugin-jest-hoist/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "babel-plugin-jest-hoist",
3 "version": "27.5.1",
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 ".": {
17 "types": "./build/index.d.ts",
18 "default": "./build/index.js"
19 },
20 "./package.json": "./package.json"
21 },
22 "dependencies": {
23 "@babel/template": "^7.3.3",
24 "@babel/types": "^7.3.3",
25 "@types/babel__core": "^7.0.0",
26 "@types/babel__traverse": "^7.0.6"
27 },
28 "devDependencies": {
29 "@babel/core": "^7.11.6",
30 "@babel/preset-react": "^7.12.1",
31 "@types/babel__template": "^7.0.2",
32 "@types/node": "*",
33 "@types/prettier": "^2.0.0",
34 "babel-plugin-tester": "^10.0.0",
35 "prettier": "^2.1.1"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
41}
Note: See TracBrowser for help on using the repository browser.