diff --git a/package.json b/package.json index 9041e78..ceb7a0c 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,17 @@ "description": "Qwik Speak Deepl Translator", "author": "Oliver Studer ", "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "main": "./dist/index.js", - "bin": "./dist/bin/qwik-speak-deepl.js", + "bin": { + "qwik-speak-deepl": "./dist/qwik-speak-deepl.js" + }, "engines": { "node": ">=20.0.0" }, "scripts": { - "dev": "vite", + "dev": "rollup -c -w", "build": "rollup -c", "watch": "rollup -c -w", "up": "yarn upgrade-interactive",