clean-architecture/package.json
Joao P Dubas d2fb9e0de4
All checks were successful
continuous-integration/drone/pr Build is passing
chore: upgrade node/yarn
* node from 21.7.3 to 22.6.0
* yarn from 4.1.0 to 4.4.0
2024-08-18 18:43:21 -03:00

13 lines
256 B
JSON

{
"name": "clean-architecture",
"packageManager": "yarn@4.4.0",
"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"
}
}