diff --git a/package.json b/package.json index b653fc1..fcab762 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "hyperf-keybinds", - "version": "1.0.0", + "version": "0.1.0", "description": "", + "main": "dist/index.js", "scripts": { "test": "vitest", @@ -10,7 +11,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "type": "commonjs", "devDependencies": { "@types/node": "^24.3.0",