diff --git a/package.json b/package.json index f0ba5bb..859413c 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,5 @@ "repository": "https://github.com/clovfr/node-rawtherapee", "author": "Clovis Gauzy", "license": "BSD-3", - "main": "rawtherapee.js", - "scripts": { - "test": "standard" - }, - "devDependencies": { - "standard": "*" - } + "main": "rawtherapee.js" }