| { | |
| "name": "@automattic/calypso-jest", | |
| "version": "1.0.0", | |
| "description": "Shared Calypso config for Jest.", | |
| "keywords": [ | |
| "jest", | |
| "calypso" | |
| ], | |
| "author": "Automattic Inc.", | |
| "homepage": "https://github.com/Automattic/wp-calypso", | |
| "license": "GPL-2.0-or-later", | |
| "main": "./jest-preset.js", | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/Automattic/wp-calypso.git", | |
| "directory": "packages/calypso-jest" | |
| }, | |
| "publishConfig": { | |
| "access": "public" | |
| }, | |
| "bugs": "https://github.com/Automattic/wp-calypso/issues", | |
| "dependencies": { | |
| "@babel/core": "^7.27.1", | |
| "babel-jest": "^29.7.0", | |
| "jest": "^29.7.0", | |
| "jest-config": "^29.7.0" | |
| }, | |
| "devDependencies": { | |
| "@automattic/calypso-eslint-overrides": "workspace:^", | |
| "@automattic/calypso-typescript-config": "workspace:^" | |
| }, | |
| "peerDependencies": { | |
| "react": "^18", | |
| "react-dom": "^18" | |
| } | |
| } | |