diff --git a/test/package.json b/test/package.json index 4b8837a..6347873 100644 --- a/test/package.json +++ b/test/package.json @@ -4,12 +4,10 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node index.js", + "test": "echo \"No test specified!\"" }, "keywords": [], "author": "", - "license": "ISC", - "dependencies": { - "got": "^10.5.7" - } -} + "license": "ISC" +} \ No newline at end of file