source: frontend/node_modules/@jest/globals/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: 720 bytes
Line 
1{
2 "name": "@jest/globals",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-globals"
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 "@jest/environment": "^27.5.1",
24 "@jest/types": "^27.5.1",
25 "expect": "^27.5.1"
26 },
27 "publishConfig": {
28 "access": "public"
29 },
30 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
31}
Note: See TracBrowser for help on using the repository browser.