mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-03 15:01:48 -04:00
22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"name": "@pnpm/jest-config",
|
|
"version": "1000.0.13",
|
|
"private": true,
|
|
"main": "jest-preset.js",
|
|
"dependencies": {
|
|
"@pnpm/registry-mock": "catalog:",
|
|
"@pnpm/worker": "workspace:*",
|
|
"get-port": "catalog:",
|
|
"tree-kill": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/jest-config": "workspace:*",
|
|
"ts-jest-resolver": "catalog:"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm10"
|
|
],
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/__utils__/jest-config"
|
|
}
|