repo-standard/package.json

12 lines
195 B
JSON

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