mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-28 09:55:39 -04:00
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"name": "@pnpm/jest-config",
|
|
"version": "1100.0.12",
|
|
"private": true,
|
|
"main": "jest-preset.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@babel/core": "catalog:",
|
|
"@babel/plugin-transform-explicit-resource-management": "catalog:",
|
|
"@pnpm/pnpr": "catalog:",
|
|
"@pnpm/testing.registry-mock": "workspace:*",
|
|
"@pnpm/worker": "workspace:*",
|
|
"amaro": "catalog:",
|
|
"get-port": "catalog:",
|
|
"tree-kill": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/jest-config": "workspace:*",
|
|
"pnpm": "workspace:*",
|
|
"ts-jest-resolver": "catalog:"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11"
|
|
],
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/__utils__/jest-config"
|
|
}
|