update npm commands

This commit is contained in:
2020-04-18 21:28:36 +02:00
parent 053efca7b3
commit 358fe647f8

View File

@@ -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",