diff --git a/package.json b/package.json index c93100f..846c3bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyperf-keybinds", - "version": "0.1.5", + "version": "0.1.6", "description": "", "main": "dist/index.js", @@ -12,13 +12,15 @@ "keywords": [], "author": "", "license": "MIT", - "type": "commonjs", + "type": "module", "devDependencies": { "@types/node": "^24.3.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, - "module": "dist/index.esm.js", + "exports": { + ".": "./dist/index.js" + }, "types": "dist/index.d.ts", "files": [ "dist"