source: frontend/node_modules/jest-mock/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: 676 bytes
Line 
1{
2 "name": "jest-mock",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-mock"
8 },
9 "engines": {
10 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11 },
12 "dependencies": {
13 "@jest/types": "^27.5.1",
14 "@types/node": "*"
15 },
16 "license": "MIT",
17 "main": "./build/index.js",
18 "types": "./build/index.d.ts",
19 "exports": {
20 ".": {
21 "types": "./build/index.d.ts",
22 "default": "./build/index.js"
23 },
24 "./package.json": "./package.json"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
30}
Note: See TracBrowser for help on using the repository browser.