keyboard/package.json

15 lines
421 B
JSON
Raw Normal View History

2020-11-03 18:05:23 +08:00
{
"name": "@bytedo/keyboard",
2020-11-04 19:51:54 +08:00
"version": "1.1.0",
2020-11-03 18:05:23 +08:00
"description": "支持各种按钮组合。原生js开发, 无任何依赖(不到2KB)。使用也非常简单。",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/keyboard.git"
},
"keywords": ["keyboard", "hotkey", "shortcut", "yutent"],
"author": "yutent",
"license": "MIT",
"dependencies": {}
}