From 763cd244f0b219c7773b372a3de0a15d78349de1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 7 Dec 2024 21:55:56 +0100 Subject: [PATCH] missing npm scripts --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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": {