diff --git a/package.json b/package.json index 04bfc2e..90d0c54 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Writing (mostly meta-) data received in Wireless-Monitor-Mode into an InfluxDB", "main": "src/main.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node src/main.js" }, "repository": { "type": "git",