fix build errors

This commit is contained in:
Ben
2025-08-22 15:58:07 +02:00
parent 6b5f170aa9
commit 622ef94803

View File

@@ -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"