source: frontend/node_modules/jest-matcher-utils/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 920 bytes
Line 
1{
2 "name": "jest-matcher-utils",
3 "description": "A set of utility functions for expect and related packages",
4 "version": "27.5.1",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/jest.git",
8 "directory": "packages/jest-matcher-utils"
9 },
10 "engines": {
11 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
12 },
13 "license": "MIT",
14 "main": "./build/index.js",
15 "types": "./build/index.d.ts",
16 "exports": {
17 ".": {
18 "types": "./build/index.d.ts",
19 "default": "./build/index.js"
20 },
21 "./package.json": "./package.json"
22 },
23 "dependencies": {
24 "chalk": "^4.0.0",
25 "jest-diff": "^27.5.1",
26 "jest-get-type": "^27.5.1",
27 "pretty-format": "^27.5.1"
28 },
29 "devDependencies": {
30 "@jest/test-utils": "^27.5.1",
31 "@types/node": "*"
32 },
33 "publishConfig": {
34 "access": "public"
35 },
36 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
37}
Note: See TracBrowser for help on using the repository browser.