source: frontend/node_modules/@jest/schemas/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 665 bytes
Line 
1{
2 "name": "@jest/schemas",
3 "version": "28.1.3",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-schemas"
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 "@sinclair/typebox": "^0.24.1"
21 },
22 "engines": {
23 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
29}
Note: See TracBrowser for help on using the repository browser.