diff --git a/package.json b/package.json index 50019c5..86db4f2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "A small JS-Script to mine some data from the game Sim Companies", "main": "index.js", "scripts": { - "start": "node index.js", + "small": "node smallfetch.js", + "large": "node largefetch.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Oliver Boehlk", @@ -13,4 +14,4 @@ "mysql": "^2.18.1", "node-fetch": "^2.6.0" } -} +} \ No newline at end of file