blob: 12cf3ecc6ac4b1d5d2f3256d599b93fe8a2484ba [file] [log] [blame] [edit]
{
"private": true,
"devDependencies": {
"@types/node": "16.11.54",
"inline-fixtures": "1.1.0",
"typescript": "4.8.2"
},
"pnpm": {
"packageExtensions": {
"mocha": {
"peerDependencies": {
"mocha-multi-reporters": "*"
}
},
"mocha-multi-reporters": {
"peerDependencies": {
"mocha-junit-reporter": "*"
}
}
},
"// overrides.semver-max&is-odd": "// these are for the npm/private/test/package.json but pnpm has a bug where resolutions need to be specified in the root package.json but the paths are still relative to the package.json where the resolution applies",
"overrides": {
"semver-max": "file:../../../npm/private/test/vendored/semver-max",
"is-odd": "file:../../../../../npm/private/test/vendored/is-odd"
}
}
}