diff --git a/package.json b/package.json index 26b199f..8843b77 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,12 @@ "email": "mail@jankarres.com", "url": "https://jankarres.com/" }, - "contributors": [{ - "name": "Elias Porcio", - "email": "elias.porcio@gmail.com" - }], + "contributors": [ + { + "name": "Elias Porcio", + "email": "elias.porcio@gmail.com" + } + ], "keywords": [ "mp3", "wav", @@ -30,7 +32,7 @@ ], "license": "MIT", "engines": { - "node": ">=8.11" + "node": ">=10.13" }, "scripts": { "build": "tsc", @@ -56,4 +58,4 @@ "ts-node": "^2.1.0", "typescript": "^2.2.1" } -} \ No newline at end of file +}