|
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:
983 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "jest-watcher",
|
|---|
| 3 | "description": "Delightful JavaScript Testing.",
|
|---|
| 4 | "version": "27.5.1",
|
|---|
| 5 | "main": "./build/index.js",
|
|---|
| 6 | "types": "./build/index.d.ts",
|
|---|
| 7 | "exports": {
|
|---|
| 8 | ".": {
|
|---|
| 9 | "types": "./build/index.d.ts",
|
|---|
| 10 | "default": "./build/index.js"
|
|---|
| 11 | },
|
|---|
| 12 | "./package.json": "./package.json"
|
|---|
| 13 | },
|
|---|
| 14 | "dependencies": {
|
|---|
| 15 | "@jest/test-result": "^27.5.1",
|
|---|
| 16 | "@jest/types": "^27.5.1",
|
|---|
| 17 | "@types/node": "*",
|
|---|
| 18 | "ansi-escapes": "^4.2.1",
|
|---|
| 19 | "chalk": "^4.0.0",
|
|---|
| 20 | "jest-util": "^27.5.1",
|
|---|
| 21 | "string-length": "^4.0.1"
|
|---|
| 22 | },
|
|---|
| 23 | "repository": {
|
|---|
| 24 | "type": "git",
|
|---|
| 25 | "url": "https://github.com/facebook/jest",
|
|---|
| 26 | "directory": "packages/jest-watcher"
|
|---|
| 27 | },
|
|---|
| 28 | "bugs": {
|
|---|
| 29 | "url": "https://github.com/facebook/jest/issues"
|
|---|
| 30 | },
|
|---|
| 31 | "engines": {
|
|---|
| 32 | "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|---|
| 33 | },
|
|---|
| 34 | "homepage": "https://jestjs.io/",
|
|---|
| 35 | "license": "MIT",
|
|---|
| 36 | "publishConfig": {
|
|---|
| 37 | "access": "public"
|
|---|
| 38 | },
|
|---|
| 39 | "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
|
|---|
| 40 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.