{ "name": "hyperf-keybinds", "version": "0.1.5", "description": "", "main": "dist/index.js", "scripts": { "test": "vitest", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build" }, "keywords": [], "author": "", "license": "MIT", "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", "files": [ "dist" ] }