repo-mailbox/package.json

12 lines
193 B
JSON

{
"name": "repo-mailbox",
"version": "0.20.2",
"private": true,
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test tests/*.test.mjs"
}
}