UNPKG

@teambit/jest

Version:
74 lines 1.79 kB
{ "name": "@teambit/jest", "version": "1.0.879", "homepage": "https://bit.cloud/teambit/defender/jest", "main": "dist/index.js", "componentId": { "scope": "teambit.defender", "name": "jest", "version": "1.0.879" }, "dependencies": { "lodash": "4.17.21", "jest": "29.3.1", "@jest/test-result": "29.3.1", "comlink": "4.3.0", "fs-extra": "10.0.0", "jest-message-util": "29.3.1", "minimatch": "3.0.5", "normalize-path": "3.0.0", "flatted": "3.1.0", "jest-watcher": "29.7.0", "@teambit/harmony": "0.4.7", "@teambit/cli": "0.0.1299", "@teambit/legacy.constants": "0.0.23", "@teambit/logger": "0.0.1392", "@teambit/worker": "0.0.1603", "@teambit/tests-results": "1.0.5", "@teambit/component": "1.0.879", "@teambit/tester": "1.0.879" }, "devDependencies": { "@types/lodash": "4.14.165", "@types/jest": "^29.2.2", "@types/fs-extra": "9.0.7", "@types/minimatch": "3.0.4", "@types/normalize-path": "^3.0.0", "@teambit/harmony.envs.core-aspect-env": "0.1.4" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "@types/react": "^17.0.73" }, "license": "Apache-2.0", "optionalDependencies": {}, "peerDependenciesMeta": {}, "exports": { ".": { "node": { "require": "./dist/index.js", "import": "./dist/esm.mjs" }, "default": "./dist/index.js" }, "./dist/*": "./dist/*", "./artifacts/*": "./artifacts/*", "./*": "./*.ts" }, "private": false, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/teambit/bit" }, "keywords": [ "bit", "bit-aspect", "bit-core-aspect", "components", "collaboration", "web" ] }