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

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

Fix frontend appearance

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "babel-jest",
3 "description": "Jest plugin to use babel for transformation.",
4 "version": "27.5.1",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/jest.git",
8 "directory": "packages/babel-jest"
9 },
10 "license": "MIT",
11 "main": "./build/index.js",
12 "types": "./build/index.d.ts",
13 "exports": {
14 ".": {
15 "types": "./build/index.d.ts",
16 "default": "./build/index.js"
17 },
18 "./package.json": "./package.json"
19 },
20 "dependencies": {
21 "@jest/transform": "^27.5.1",
22 "@jest/types": "^27.5.1",
23 "@types/babel__core": "^7.1.14",
24 "babel-plugin-istanbul": "^6.1.1",
25 "babel-preset-jest": "^27.5.1",
26 "chalk": "^4.0.0",
27 "graceful-fs": "^4.2.9",
28 "slash": "^3.0.0"
29 },
30 "devDependencies": {
31 "@babel/core": "^7.8.0",
32 "@jest/test-utils": "^27.5.1",
33 "@types/graceful-fs": "^4.1.3"
34 },
35 "peerDependencies": {
36 "@babel/core": "^7.8.0"
37 },
38 "engines": {
39 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
45}
Note: See TracBrowser for help on using the repository browser.