{ "name": "hyperf-keybinds", "version": "0.1.6", "description": "", "main": "dist/index.js", "scripts": { "test": "vitest", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build" }, "keywords": [], "author": "", "license": "MIT", "type": "module", "devDependencies": { "@types/node": "^24.3.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "exports": { ".": "./dist/index.js" }, "types": "dist/index.d.ts", "files": [ "dist" ] }