source: frontend/node_modules/jest-resolve/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: 1016 bytes
Line 
1{
2 "name": "jest-resolve",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-resolve"
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 },
19 "dependencies": {
20 "@jest/types": "^27.5.1",
21 "chalk": "^4.0.0",
22 "graceful-fs": "^4.2.9",
23 "jest-haste-map": "^27.5.1",
24 "jest-pnp-resolver": "^1.2.2",
25 "jest-util": "^27.5.1",
26 "jest-validate": "^27.5.1",
27 "resolve": "^1.20.0",
28 "resolve.exports": "^1.1.0",
29 "slash": "^3.0.0"
30 },
31 "devDependencies": {
32 "@types/graceful-fs": "^4.1.3",
33 "@types/resolve": "^1.20.0"
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.