clean-architecture/package.json
renovate-bot 6be5a07f6b
Some checks failed
continuous-integration/drone/pr Build is failing
chore(deps): update yarn to v4
2023-11-02 21:50:48 +00:00

13 lines
256 B
JSON

{
"name": "clean-architecture",
"packageManager": "yarn@4.0.1",
"dependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.6.3",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}