File size: 876 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
	"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"
	}
}