blob: e746aa7a1bf8890dc5fbe28ad75115073522261f [file]
{
"private": true,
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "mocha tests.js"
}
}