@openendurance/jest-config
Version:
OEI shared Jest configuration.
28 lines (27 loc) • 754 B
JSON
{
"name": "@openendurance/jest-config",
"version": "2.1.3",
"description": "OEI shared Jest configuration.",
"license": "MIT",
"author": "Open Endurance Initiative <team@openendurance.org>",
"homepage": "https://github.com/openendurance/dev-configs-web/blob/main/packages/jest-config/README.md",
"repository": "https://github.com/openendurance/dev-configs-web",
"keywords": [
"oei",
"openenduranceinitiative",
"open endurance initiative",
"prettier"
],
"bugs": {
"url": "https://github.com/openendurance/dev-configs-web/issues"
},
"publishConfig": {
"access": "public",
"@openendurance:registry": "https://registry.npmjs.org"
},
"main": "jest-preset.js",
"sideEffects": false,
"peerDependencies": {
"jest": "^29.0.0"
}
}