Files
odin-javascript-exercises/package.json
T

10 lines
119 B
JSON
Raw Normal View History

2021-03-03 15:13:24 +13:00
{
"devDependencies": {
2021-04-30 21:49:46 +12:00
"jest": "^26.6.3",
"jest-cli": "^26.6.3"
2021-03-03 15:13:24 +13:00
},
"scripts": {
"test": "jest"
}
2021-04-30 21:49:46 +12:00
}