diff --git a/package.json b/package.json index fd0960b..498e329 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,11 @@ "main": "index.js", "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "echo \"No build step required\"", + "start": "node index.js" }, - "author": "", + "author": "Earu", "license": "ISC", "description": "", "dependencies": {