diff --git a/package.json b/package.json index f441cf0..0c23c96 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "XploitSPY - Remote Android Spying Tool", "main": "index.js", "scripts": { - "Start": "node index.js", + "start": "node index.js", "test": "node index.js" }, "author": "XploitWizer", @@ -18,4 +18,4 @@ "lowdb": "^1.0.0", "socket.io": "^2.2.0" } -} \ No newline at end of file +}