source: frontend/node_modules/expect/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: 1.0 KB
Line 
1{
2 "name": "expect",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/expect"
8 },
9 "license": "MIT",
10 "main": "./build/index.js",
11 "types": "./build/index.d.ts",
12 "exports": {
13 ".": {
14 "types": "./build/index.d.ts",
15 "default": "./build/index.js"
16 },
17 "./package.json": "./package.json",
18 "./build/utils": "./build/utils.js",
19 "./build/matchers": "./build/matchers.js"
20 },
21 "dependencies": {
22 "@jest/types": "^27.5.1",
23 "jest-get-type": "^27.5.1",
24 "jest-matcher-utils": "^27.5.1",
25 "jest-message-util": "^27.5.1"
26 },
27 "devDependencies": {
28 "@jest/test-utils": "^27.5.1",
29 "@tsd/typescript": "~4.1.5",
30 "chalk": "^4.0.0",
31 "fast-check": "^2.0.0",
32 "immutable": "^4.0.0",
33 "tsd-lite": "^0.5.1"
34 },
35 "engines": {
36 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
37 },
38 "publishConfig": {
39 "access": "public"
40 },
41 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
42}
Note: See TracBrowser for help on using the repository browser.