This repository has been archived on 2025-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
clean-architecture/package.json
renovate-bot 76942b33fe
All checks were successful
continuous-integration/drone/pr Build is passing
chore(deps): update yarn to v4.9.3
2025-08-20 12:41:56 +00:00

13 lines
256 B
JSON

{
"name": "clean-architecture",
"packageManager": "yarn@4.9.3",
"dependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^22.7.5",
"jest": "^30.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}