journal-to-canvas-slideshow/package.json

10 lines
130 B
JSON
Raw Normal View History

2024-01-28 15:59:53 -06:00
{
"type": "module",
"devDependencies": {
"jest": "^29.0.1"
},
"scripts": {
"test": "jest"
}
}