|
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:
875 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "jest-worker",
|
|---|
| 3 | "version": "27.5.1",
|
|---|
| 4 | "repository": {
|
|---|
| 5 | "type": "git",
|
|---|
| 6 | "url": "https://github.com/facebook/jest.git",
|
|---|
| 7 | "directory": "packages/jest-worker"
|
|---|
| 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 | "@types/node": "*",
|
|---|
| 21 | "merge-stream": "^2.0.0",
|
|---|
| 22 | "supports-color": "^8.0.0"
|
|---|
| 23 | },
|
|---|
| 24 | "devDependencies": {
|
|---|
| 25 | "@types/merge-stream": "^1.1.2",
|
|---|
| 26 | "@types/supports-color": "^8.1.0",
|
|---|
| 27 | "get-stream": "^6.0.0",
|
|---|
| 28 | "jest-leak-detector": "^27.5.1",
|
|---|
| 29 | "worker-farm": "^1.6.0"
|
|---|
| 30 | },
|
|---|
| 31 | "engines": {
|
|---|
| 32 | "node": ">= 10.13.0"
|
|---|
| 33 | },
|
|---|
| 34 | "publishConfig": {
|
|---|
| 35 | "access": "public"
|
|---|
| 36 | },
|
|---|
| 37 | "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
|
|---|
| 38 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.