crypto_pals/package.json

10 lines
157 B
JSON
Raw Permalink Normal View History

2024-07-31 09:11:34 +00:00
{
"scripts": {
"test": "node --import tsx --test tests/*.test.*s"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.16.3"
}
}