# json5-jest **Repository Path**: mirrors_tomasAlabes/json5-jest ## Basic Information - **Project Name**: json5-jest - **Description**: jest json5 transformer - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # json5-jest > Jest json5 transformer with support for Jest 29+ ## Installation ```shell npm i -D @talabes/json5-jest ``` ## Jest integration Please append to package.json ```json "jest": { "transform": { "^.+\\.json5?$": "json5-jest" } } ``` or append to jest.config.js ```js module.exports = { transform: { "^.+\\.json5?$": "json5-jest" } }; ``` ## Requirements - node >= 6.9.0 - npm >= 2.x ## Licence MIT