Files
hyperf-keybinds/package.json
2025-08-17 16:27:02 +02:00

24 lines
453 B
JSON

{
"name": "hyperf-keybinds",
"version": "0.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "vitest",
"build": "tsc",
"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"
}