source: frontend/node_modules/jest-message-util/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.0 KB
Line 
1{
2 "name": "jest-message-util",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-message-util"
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/code-frame": "^7.12.13",
24 "@jest/types": "^27.5.1",
25 "@types/stack-utils": "^2.0.0",
26 "chalk": "^4.0.0",
27 "graceful-fs": "^4.2.9",
28 "micromatch": "^4.0.4",
29 "pretty-format": "^27.5.1",
30 "slash": "^3.0.0",
31 "stack-utils": "^2.0.3"
32 },
33 "devDependencies": {
34 "@types/babel__code-frame": "^7.0.0",
35 "@types/graceful-fs": "^4.1.3",
36 "@types/micromatch": "^4.0.1"
37 },
38 "publishConfig": {
39 "access": "public"
40 },
41 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
42}
Note: See TracBrowser for help on using the repository browser.