diff --git a/package.json b/package.json index cae04b8..a5feb4d 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,9 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "author": "", "license": "ISC" -} +} \ No newline at end of file