{ "name": "hyperf-keybinds", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "test": "vitest", "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "@types/node": "^24.3.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "module": "dist/index.esm.js", "types": "dist/index.d.ts" }