Files
Maciej Jastrzębski 5847006b42 chore: codemods v1.0.0
2026-05-07 17:04:34 +02:00

15 lines
420 B
JSON

{
"name": "@testing-library/react-native-v14-async-functions",
"version": "1.0.0",
"description": "Codemod to migrate render() calls to await render() for RNTL v14",
"type": "module",
"scripts": {
"test": "yarn dlx codemod@latest jssg test -l tsx ./scripts/codemod.ts",
"check-types": "tsc --noEmit"
},
"devDependencies": {
"@codemod.com/jssg-types": "^1.3.0",
"typescript": "^5.8.3"
}
}